Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Filehandles vs. Packages: And the winner is...

by converter (Priest)
on Aug 30, 2001 at 02:37 UTC ( [id://108936]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "new" via package "IO::Handle" (perhaps you
    + forgot to load "IO::Handle"?) at <line number>;
    
  2. or download this
    my $q = new CGI;
    
  3. or download this
    my $q = new CGI::;
    
  4. or download this
    $ perl -MCGI -e 'my $q = new CGI::; open CGI, "~/foo.txt";'
    Can't locate object method "new" via package "IO::Handle" (perhaps you
    + forgot to load "IO::Handle"?) at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-29 13:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found