# cat h3.p6
my $label = 'abc';
print("$label: is this new indirect object call business?\n");

# perl -w h3.p6
abc: is this new indirect object call business?

# pugs h3.p6
Undefined variable $label:
Var "$label:"

I've lost count of the number of punishing Pugs hazards that have
snared me in my quest to convert a little p5 program to a real live
working p6/Pugs one. This was the latest one, I expect due to my
ignorance of new indirect object call. Anyway, thought you'd like
to know. Believe or not, I'm almost done. ^.^

/-\


Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

Reply via email to