Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Annoying whitespace(s)...

by Rhys (Pilgrim)
on Sep 05, 2004 at 22:24 UTC ( [id://388671]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $Buffer = '';
    @Buffer = ();
    %Buffer = ();
    
  2. or download this
    my $notdef;
    my $defnull;  # like the pun?
    ...
    if ( defined $defnull ) {
      print "DEFNULL is $defnull.\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found