Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^5: How do I pretend a reference isn't a reference

by BrowserUk (Patriarch)
on Nov 06, 2008 at 11:42 UTC ( [id://721960]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @days = ( 
        _('Mon'),_('Tues'),_('Wed'),_('Thurs'),_('Fri'),_('Sat'),_('Sun') 
    );
    
  2. or download this
    my @days = map _( $_ ), qw[ Mon Tue Wed Thu Fri Sat Sun ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found