Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Apocalypse 4 on perl.com

by Ranna (Acolyte)
on Jan 19, 2002 at 04:55 UTC ( [id://140020]=note: print w/replies, xml ) Need Help??


in reply to Apocalypse 4 on perl.com

This will definately take some getting used to. It looks like there will be a lot of really cool features, such as all variables being objects (well, still kinda mixed on this one, I like if ($var) {...} better than if (bit($var)) {...}, but I'm not sure I read that right.), and the operator: functions (obfuscation will be interesting...).

(I like otherwise, too, even if it brings back nasty memories of pascal class. :oP )

Replies are listed 'Best First'.
Re: Re: Apocalypse 4 on perl.com
by theorbtwo (Prior) on Jan 19, 2002 at 23:51 UTC

    You are reading that both correctly and incorrectly; if ($var) {...} implies if ($var.bit) {...} (both of which are now the same as if $var {...}). Using somthing in a boolean context implies using the .bit method.

    Thanks,
    James Mastros,
    Just Another Perl Scribe

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://140020]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found