Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    while( $string =~ /b/g ) {
        print "@-\n";
    }
    
  2. or download this
    *** malloc_zone_malloc[14337]: argument too large: 4294967280  Out of 
    +memory!