Help for this page

Select Code to Download


  1. or download this
    open(INPUT,'<',$filename) or die $!;
    
  2. or download this
    open(BSC,'>','BSC') or die $!;
    
  3. or download this
    for my $searchline(<INPUT>) {
        if( $searchline =~ /20041204/ ) {
    ...
            }
        }
    }