Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Perl oddities

by brian_d_foy (Abbot)
on Mar 01, 2005 at 21:26 UTC ( [id://435620]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    STDOUT->print( "Hello World!\n" );
    
  2. or download this
    Can't locate object method "print" via package "IO::Handle" at io.pl l
    +ine 3.
    
  3. or download this
    #!/usr/bin/perl
    
    use IO::Handle;
    
    STDOUT->print( "Hello World!\n" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found