Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

How many words does it take?

by Limbic~Region (Chancellor)
on Oct 23, 2006 at 16:27 UTC ( [id://580093]=perlmeditation: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://580093]
Approved by friedo
Front-paged by liverpole
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 00:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found