Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Overloading Perl's Built-In's

by bbfu (Curate)
on Jan 12, 2001 at 12:41 UTC ( [id://51326]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    my $x = "blah blah blah\n";
    chomp($x);
    print "^$x\$\n";
    
  2. or download this
    package MyTest;
    use strict;
    
    ...
    }
    
    1;
    
  3. or download this
    package MyTest;
    use strict;
    
    ...
    }
    
    1;
    
  4. or download this
    ^blah blah blah$
  5. or download this
    ^blah blah blah_this is a test$

Log In?
Username:
Password:

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

    No recent polls found