Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Application
Any
Platform
Windows
Remove
License
Any
: : Hey Jonathan, You think Win32-FileOp-0.14.1 would help to map a
: : network drive on my win32 platform on the fly to a samba share on my
: : linux box?
: Looking at the docs, it would...
Hello,
Does anyone out there know how to map a win32 drive through a perl script?
I can't seem to find anything out there on this, could use some advise.
Even if, (though I regret) you know how...
/dev/null |"); : :
: :
: I very much doubt that this is portable and I don't think it will
: work on Win32. This module should provide a better and portable way:
: http://search.cpan...
/dev/null |"); :
:
I very much doubt that this is portable and I don't think it will work on Win32. This module should provide a better and portable way:
http://search.cpan.org/~nwclark/perl-5.8...
/dev/null |");
I know I need to some how be able to step through it kind of like the perl interpretor does when we 'use warnings' I guess..?
Could this be done from within the same script?...
: I'd love to use netcat on the Win32 server, but I can't figure out
: how to re-write the first part of the command I was using "echo
: "" |" so it works on Win32. :-(
The pipe syntax and echo...
: So Windows will ignore the bash code and only execute the perl code
: just like on linux/unix systems when I use the "-x" arg when I run
: it?
Yup.
: I actually consider windows the dark...
: Hi,
:
: : I'm new to Windows, been on the dark side (unix/linux) for most of
: : my programming life.
: You're odd. Most people consider Windows the dark side. :-)
:
: : Here's my delima,...
Hi,
: I'm new to Windows, been on the dark side (unix/linux) for most of
: my programming life.
You're odd. Most people consider Windows the dark side. :-)
: Here's my delima, I've written...
Hello All,
I'm new to Windows, been on the dark side (unix/linux) for most of my programming life. Here's my delima, I've written many perl and bash scripts in the past to be executed on unix and...
Hi,
: I am trying to learn Perl 6 regexes via Pugs. I have the current
: win32 binary build (which includes a parrot.exe) available from the
: pugscode.org .
:
I fear, that's the one that...
Dear Jonathan,
I am trying to learn Perl 6 regexes via Pugs. I have the current win32 binary build (which includes a parrot.exe) available from the pugscode.org .
I get a parsing error on the...
Hi I am reading a book called windows assembly language and systems programming (a very good book at that), the thing is im trying to learn how to do windows make files and the example is like so:...
: Does anyone know where i can download a FREE Perl compiler?
: I haven't had much luck.
: Any info will be appreciated!
I haven't seen any Perl 'compilers' for Linux, only Win32 (ActiveState's...
This message was edited by KevinADC at 2006-2-18 21:52:49
: I made it happen real easily. I just installed gawk the windows version of awk and was able to write a quick .bat file to run the awk...
I made it happen real easily. I just installed gawk the windows version of awk and was able to write a quick .bat file to run the awk program.
thanks!
: You can run perl on windows using...
You can run perl on windows using activesateperl:
www.activestate.com
but you can't run linux/unix shell scripts on windows. Maybe there is linux emulation software you can install on windows...
: Hello,
:
: I try to write PERL script in Linux to read Windows LNK files but no success. I search on GOOGLE for such a script, a reference, but have found nothing that furthers me.
:
: Has...
: : Hi! Me and my friends are building a shell that are going to work in UNIX. The final part that we want to implement is that it are going to accept batch support - anyone in here who knows that?...