Help for this page

Select Code to Download


  1. or download this
    open(XFIL,"var.txt") || die $!;
            @main = <XFIL>;
    ...
    
    close(XFIL);
    
  2. or download this
    if ($string =~ m/data/) { 
    do whatever
    }