Help for this page

Select Code to Download


  1. or download this
    rob@development:/home/rob/workspace$ perl -e 'sub a { &a }; a'
    Out of memory!
    
  2. or download this
    sub parsevcard {
    
    ...
    
        $currentcard->{AGENT} = parsevcard($inputstr, $pos, ++$depth);
    }