Help for this page

Select Code to Download


  1. or download this
    my $content = $q->param( 'content' );
    if (!$content){
      print $q->header,"no damn content";
    exit;
    }
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    
    ...
        print @bot_file;
        print "finish";
    }