Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: No garbage collection for my-variables

by moritz (Cardinal)
on Sep 16, 2008 at 18:55 UTC ( [id://711774]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    other_function(decode 'latin-1', 'string_literal'))
    # and if you want to change a variable
    $var = decode('latin-1', $var);
    
  2. or download this
    do {
       my $var = 'string_literal';
    ...
    }
    # and the other one
    decode('latin-1', $var)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-23 07:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found