Help for this page

Select Code to Download


  1. or download this
    my $flag=0;
    for($i=0; $i<$glob; $i++){
    ...
            print $_;
        }    
    }
    
  2. or download this
    my ($email,$mesgid)= ("","");
    for($i=0; $i<$glob; $i++){
    ...
        }    
    }
    print $email,$mesgid;
    
  3. or download this
    while (<TEXT>){
    ...
    }