Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: indirect object in camel book

by astaines (Curate)
on Oct 06, 2001 at 00:23 UTC ( [id://117098]=note: print w/replies, xml ) Need Help??


in reply to Re: indirect object in camel book
in thread indirect object in camel book

Worse yet, it looks as if almost anything might conceivably be a file handle, like all of the following -->

#!d:/perl/bin/perl -w use strict; use CGI; my $query=new CGI; sub new(*) { print "Ouch!!\n"} my $query2=new CGI; my $query3 = new STDIN; my $query4 = new $query; my $query5 = new query; my $query6 = new 1; my $query7 = new ""; my $query8 = new '';

This also works -- (prints Ouch)

my $query9 = new @;

although the next line is not interpreted correctly.

-- Anthony Staines

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://117098]
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: (2)
As of 2024-04-19 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found