Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Escaping %params

by DaisyLou (Sexton)
on Jan 21, 2014 at 01:30 UTC ( [id://1071411]=note: print w/replies, xml ) Need Help??


in reply to Re: Escaping %params
in thread Escaping %params

Thank you! Is it necessary to have
my %safer = safer(\%params);
or would
safe(\%params); print Dumper \%params;
be equally good?

Replies are listed 'Best First'.
Re^3: Escaping %params
by choroba (Cardinal) on Jan 21, 2014 at 09:55 UTC
    It might be possible if you changed the definition of the function. You can always do
    %params = safer(\%params);
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
Re^3: Escaping %params
by hdb (Monsignor) on Jan 21, 2014 at 07:24 UTC

    Have you tried?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-28 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found