in reply to Syntax Problem / Padre vs Command Line

  1. surround your code with <c></c> tags
  2. run programs with perl myfile, see perlrun for more
  3. fix your shebang, its #!/path/to/executable, in case of perl this is good
    #!/usr/bin/perl --