Help for this page

Select Code to Download


  1. or download this
    myword myobject,option2,option3 word word word
    
  2. or download this
    
    while (my $line=<DATA>) {
    ...
               work on line;
         }
    }
    
  3. or download this
       if $line =~ /^myword\s+/ {
         $line =~ s/^myword myobject,options//g
        }