Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Readonly oddity

by mr_ron (Chaplain)
on Jan 26, 2016 at 14:20 UTC ( [id://1153676]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Readonly my $foo = 'bar';
    Readonly my @baz = (qw/glug argh/);
    
  2. or download this
    Readonly my $foo => 'bar';
    Readonly my @baz => (qw/glug argh/);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found