Help for this page

Select Code to Download


  1. or download this
    if ($not_in_shift) {
      if ($current || !$past) {
    ...
        print "Confirm in shift\n";
      }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $item = shift;
        print "$item !!!\n";
    }