Helper asked: Hay chorrocientos de comentarios y poco que programa inclina en el Perl en el Internet, pero they' con referencia a todo apenas para los usuarios experimentados que sabe ya el do' s y no hace ' s.
Ay
January 24th, 2009 Comments Off
kash asked:
Ok, so I have a perl file with all the correct code, the perl software, and the necessary arguments all in one folder. But when I run it in command prompt, I get a lengthy list of errors- most of them involve “bareword” or “backslash” before something (missing operator), and that’s apparently a problem.
If anyone has a clue about what’s going on, please give input. And yes, I’m in the correct directory.
Thanks a lot for any help.
it’s too long to write out. it works on other computers with windows. just not the one I’m on.
in the command prompt, i type in
“perl blah.pl ” without the quotes.
blah is the script that takes in the htm file as the input. but it’s not working for whatever reason.
Steven
January 24th, 2009 Comments Off
sy greenblum asked:
I know in a dos window i can run any program that is not protected. Can i do that with script ina perl program that i write?
Landon
January 24th, 2009 Comments Off
Magician asked: Diga que es mi código:
# PRO1.pl
ábrase (MYFILE, ' data.txt');
mientras que () {
chomp;
" de la impresión; $_ n" ;
}
cierre (MYFILE);
Pero quiero funcionar todo el éstos de este programa de PRO1.pl
Perl PRO1.pl part1.txt de $
Perl PRO1.pl part2.txt de $
Perl PRO1.pl part3.txt de $
Qué lo hacen yo cambie ' data.txt' puedo utilizar tan cualquier archivo de texto con este programa.
Sé que puedo ser cambio él a una variable
$fileName=' data.txt'
ábrase (MYFILE, $fileName);
Pero cómo consigo un parámetro en el programa de modo que abra el archivo de parámetro y no el archivo variable.
Caden