avatar
香港助理教授工资# Economics - 经济
F*i
1
Can I ask perl to local the module dependent on the command line
argument inptu? such ash
./binperl --module=mod
in the binperl.pl
you can dynamiclly load the module mod and call a function
mod::function()?
Thanks!
avatar
z*c
2
【 以下文字转载自 Faculty 讨论区 】
发信人: hessian (kk), 信区: Faculty
标 题: 香港助理教授工资
发信站: BBS 未名空间站 (Thu Feb 19 20:17:22 2009)
今年的package,
$62000 base + $36000 top up +$16000 housing (x 12 months)
+15% gratuity
接近 $180,000 USD,基本和美国接轨。
avatar
r*t
3
probably you can, but I have no idea how... would
if ... require ...
simply work?
avatar
y*t
4
接近 $180,000 USD,基本和美国接轨......
avatar
F*i
5
seems not to me.

【在 r****t 的大作中提到】
: probably you can, but I have no idea how... would
: if ... require ...
: simply work?

avatar
W*n
6

An Assistant Prof in US can make 180K?! Nonsense!

【在 z***c 的大作中提到】
: 【 以下文字转载自 Faculty 讨论区 】
: 发信人: hessian (kk), 信区: Faculty
: 标 题: 香港助理教授工资
: 发信站: BBS 未名空间站 (Thu Feb 19 20:17:22 2009)
: 今年的package,
: $62000 base + $36000 top up +$16000 housing (x 12 months)
: +15% gratuity
: 接近 $180,000 USD,基本和美国接轨。

avatar
t*t
7
perl -Mmodule binperl
on command line
or if you prefer to do it inside the program, "require" is actually a
function

【在 F*******i 的大作中提到】
: Can I ask perl to local the module dependent on the command line
: argument inptu? such ash
: ./binperl --module=mod
: in the binperl.pl
: you can dynamiclly load the module mod and call a function
: mod::function()?
: Thanks!

avatar
W*n
8

I saw som full profs making less than that!

【在 W***n 的大作中提到】
:
: An Assistant Prof in US can make 180K?! Nonsense!

avatar
F*i
9
Thank you very much for your hint.
Didn't figure out how to use require to achieve this goal.
Here is my problem:
./mybinary.pl --module=modA
or
./mybinary.pl --module=modB
I would like to use the symbol in modA or modB conditional on the argument
input.
such as in mybinary.pl:
I'd like:
if $module eq "modA"
require $module;
$module::function() does not work,
The other question is: is there any way to make a alias to $module,
that I can use

【在 t****t 的大作中提到】
: perl -Mmodule binperl
: on command line
: or if you prefer to do it inside the program, "require" is actually a
: function

avatar
S*5
10
今年涨了这么多?去年的好像才10万刀左右,已经包括了什么房屋津贴了。。。
avatar
t*t
11
I am not sure how to alias an entire module (I read through the document and
did some test, seems not work). But you can definitely alias a few
functions, such as:
require POSIX;
local *alias::floor = \&POSIX::floor;
alias::floor(0.5);

【在 F*******i 的大作中提到】
: Thank you very much for your hint.
: Didn't figure out how to use require to achieve this goal.
: Here is my problem:
: ./mybinary.pl --module=modA
: or
: ./mybinary.pl --module=modB
: I would like to use the symbol in modA or modB conditional on the argument
: input.
: such as in mybinary.pl:
: I'd like:

avatar
S*5
12
商学院里面助理教授拿20万的都集中在accounting & finance,其他系例如marketing,
management etc. 没有那么高。
avatar
S*t
13
try UNIVERSAL::require
avatar
G*u
14
我听说有去年年底拿到金融助教OFFER 20多万的
avatar
F*i
15
Thank you! It will be great if perl support alias for (package/modue).

and

【在 t****t 的大作中提到】
: I am not sure how to alias an entire module (I read through the document and
: did some test, seems not work). But you can definitely alias a few
: functions, such as:
: require POSIX;
: local *alias::floor = \&POSIX::floor;
: alias::floor(0.5);

avatar
S*5
16
嗯,top b-school的都是这个价。

【在 G*****u 的大作中提到】
: 我听说有去年年底拿到金融助教OFFER 20多万的
avatar
F*i
17
Thank you,
will have a try.

【在 S**********t 的大作中提到】
: try UNIVERSAL::require
avatar
p*2
18
香港给的不算高,Finance AP高于$180K一抓一大把,华人里面也不少。
avatar
S*5
19
对于某个领域的人,这是常识。
而且很多人以为金融系和会计系的教授都拿那么多,其实只是近几年新入职的ap们。老
人家们的工资远远比不上这些ap,除非有人挖。
但我最想说的是,专注于研究的人不会对拿多少那么敏感。为了钱而念PhD的才会。
为了钱而念PhD? 唉。
avatar
s*r
20
老人家们的工资远远比不上这些ap,除非有人挖。
I heard one guy got close to a million after 挖ed.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。