Help for this page

Select Code to Download


  1. or download this
    sub find_item() {
        my $link = shift;
    ...
        }
        return undef;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        sleep 15 * 60; # 15 minutes, play nice
    }