in reply to
Syntax Problem / Padre vs Command Line
surround your code with
<c></c>
tags
run programs with
perl myfile
, see
perlrun
for more
fix your
shebang
, its #!/path/to/executable, in case of perl this is good
#!/usr/bin/perl --
[download]
Comment on
Re: Syntax Problem / Padre vs Command Line
Select
or
Download
Code
In Section
Seekers of Perl Wisdom