Help for this page

Select Code to Download


  1. or download this
    # Function to cope with multiline comments
    # Must be placed in main section of program
    ...
            $m =~ s/\*\/$//;
            return $text, $m;
     }
    
  2. or download this
        newline: "\n"
            
    ...
                print $return . "\n";
                 $return = ['xcomment',$return];
            }
    
  3. or download this
    /*
        A multiple line
    ...
        
    
    */