Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Padding with \s

by jlongino (Parson)
on Sep 13, 2002 at 14:05 UTC ( [id://197586]=note: print w/replies, xml ) Need Help??


in reply to Padding with \s

My favorite method uses pack:
$str = pack('A40',$str);
Note that this will truncate the string if it is longer than 40 characters.

--Jim

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-25 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found