Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Pre-grow a string

by BrowserUk (Patriarch)
on Aug 02, 2007 at 17:24 UTC ( [id://630347]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    1048578
    My oh so unique signature
    
  2. or download this
    my $p = 0;
    substr( $bigstring, $p, 4 ) = pack 'J', ..
    $p += 4;
    
  3. or download this
    substr( $bigstring, $p+1 ) = '';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-20 13:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found