Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #starting my poem with
    always__I_am_a_perl_lover;
    print "My enemy is waiting to destruct my love, so I \n" and my_enemy_
    +here;
    
  2. or download this
    $perl always__I_am_a_perl_lover
    I am always a perl lover, My enemy is waiting to destruct my love, so 
    +I
    Terminated
    <code>