Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: What operator should perl5porters use for safe dereferencing?

by BrowserUk (Patriarch)
on Jun 25, 2012 at 08:31 UTC ( [id://978151]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    
    print "What's your name? ";
    print 'Hello ' . <STDIN> . '!!!';
    
  2. or download this
    import java.io.IOException;
    import java.io.InputStreamReader;
    ...
        }
     
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-03-19 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found