Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ok( compare_strings( 'b4rsen',        'larsen' ) );
    ok( compare_strings( 'b4rsen',        'larsen' ) );
    ok( compare_strings( 'm@rc0m4r0n91u', 'marcomarongiu' ) );
    
  2. or download this
    $_ = qq|
    1
    ...
    s{\b(\d+)\b}{\1.}g;
    
    print;
    
  3. or download this
    use strict;
    
    ...
        print "<h1>Fetch_image mode</h1>\n";
    }
    
  4. or download this
    # Modified by larsen - Nov 17 2001
    
    ...
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    # Leggi la doc (e il codice) di Attribute::Curried, oltre
    # a perldoc perlref (§"Function Templates")