Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return 0;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return 0;
    }
    
  3. or download this
    import java.io.File;
    import java.io.IOException;
    ...
            return sum;
        }
    }
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
        
        return ret_sv;
    }
    
  5. or download this
    import java.io.File;
    import java.io.IOException;
    ...
            return sum;
        }
    }
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my %rev = reverse %fwd;
    store \%rev, 'sol.rev';
    
  7. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $dbh->do($sql) or die $dbh->errstr;
    }
    $dbh->disconnect or die $dbh->errstr;
    
  8. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
        my %uniq = map {$_ => undef} split //, $input;
        return join '', sort keys %uniq;
    }
    
  9. or download this
    <html>
    <head><title>How many words does it take.....</title></head>
    ...
    </center>
    </body>
    </html>
    
  10. or download this
    <html>
    <head><title>It takes.....</title></head>
    ...
    </center>
    </body>
    </html>