Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

RE: RE: Things are not what they seem like.

by btrott (Parson)
on Jul 25, 2000 at 00:22 UTC ( [id://24173]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $; = $";
        $;{Just=>another=>Perl=>Hacker=>} = $/;
        print %;
    
  2. or download this
        $foo{$a, $b, $c}
    
  3. or download this
        $foo{ join $;, $a, $b, $c }
    
  4. or download this
        $;{Just=>another=>Perl=>Hacker=>} = $/;
    
  5. or download this
        $;{Just,another,Perl,Hacker,} = $/;
    
  6. or download this
        $;{ join ' ', "Just", "another", "Perl", "Hacker", "" }
            = "\n";
    
  7. or download this
        $;{"Just another Perl Hacker"} = "\n";
    
  8. or download this
        print %;
    
  9. or download this
        ("Just another Perl Hacker", "\n")
    
  10. or download this
        Just another Perl Hacker
    

Log In?
Username:
Password:

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

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

    No recent polls found