Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use warnings ;
    ...
        ($mood = "Dejected") ;
        print "You are $mood ..." ;
        }
    
  2. or download this
    #! /usr/bin/perl
    use warnings ;
    ...
    print FILE `$rar` ;
    print FILE "\n\n" ;
    close FILE ;
    
  3. or download this
    #! /usr/local/bin/perl
    use warnings ;
    ...
        print "\n" ;
    }
    print "\n" ;