Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
  2. or download this
    #!/usr/bin/perl -w
    
  3. or download this
    set_language_mode( "Perl" )
    myperl=shell_command( "which perl" , "" )
    insert_string("#!" myperl "\n\nuse strict;\nuse warnings;\n")
    set_cursor_pos(100)