Help for this page

Select Code to Download


  1. or download this
    my @cleanup = ('an', 'array', 'of', 'words');
    
    for (my $i = 0; $i < scalar(@c1eanup); $i++) {
       $cleanup[$i] =~ s/oldserv001/newserv001/ig;
    }
    
  2. or download this
    ...lots of code here
    if ( $something ) {
    ...
       ...more code here
    }
    ...lines and lines of more code