Sponsored Content
Special Forums News, Links, Events and Announcements www.perl.com (just to make this a legit post) Post 27350 by auswipe on Thursday 29th of August 2002 11:53:02 PM
Old 08-30-2002
Re: www.perl.com (just to make this a legit post)

Quote:
Originally posted by Optimus_P
OMGosh!!!

PERL OWZORZ ME!!!!!!!

ok ok let me take a deep breath.....

altho i have just started learning perl and scripting in perl. this is like the BOMB!!!.

you remember when you started shell scripting and you felt limitless. this is how i feel now. how could i have ever lived my life w/o perl? i have no clue i can tell you that.

all that will be comming out of my mouth for a while is perl perl perl perl.
Duh! Smilie

Now download Activate State Perl for Win32 and show your "skillz" under both Unix and Win32. Laugh at those that would have you use WMI under Win32. Scoff at them and show them your Camel-Fu! Smilie
 

8 More Discussions You Might Find Interesting

1. Linux

Need direction to make code for cellphone in C,C++ or Perl

Hi All, I need a help from the techie guys in this group.Actually, i need to make a code which can make wallpaper and ringtone for a mobile phone using any method. I know C,C++ and perl langauges but doesnot having much knowledge of JAVA. So can anybody tell me that whether i can... (0 Replies)
Discussion started by: basileis
0 Replies

2. Post Here to Contact Site Administrators and Moderators

To make my post readable again

Dear Moderator, Being fully aware about the duplication , is there anything by which a problem posted not answered for more than a week , how can we make the same readable once again , cause someone may have solution?? I have posted for array printing in hotizontal way , but no reply , so I... (1 Reply)
Discussion started by: vakharia Mahesh
1 Replies

3. HP-UX

Perl, gmake and make software

Hi, I'm searching website where there is software for HP-UX operating system in free download because I must install Perl, Make and Gmake on HP-UX server. Have you goods URL for me ? Thank you very much! bye Staaan (2 Replies)
Discussion started by: staaan
2 Replies

4. Shell Programming and Scripting

Perl how to make the 2nd CPU full?

Hi Buddies, my pc has two CPU, so CPU1 and CPU2. I have a perl "a.pl", when i "./a.pl", i can see the CPU1 is full or CPU2 is full, mean only one is full, another one is idle. Wonderring what shall i do in order to let both CPU to process this a.pl.:( Thanks (1 Reply)
Discussion started by: jimmy_y
1 Replies

5. Shell Programming and Scripting

Perl WWW:Mechanize failing

So, I've just started learning Perl, and I've decided to read up on some modules. I encountered WWW::Mechanize, which interests me, so I decided to try out a couple of basic tutorials. One of them is found here. I tried what seems a very basic case: #!/usr/bin/perl use WWW::Mechanize; $url... (1 Reply)
Discussion started by: treesloth
1 Replies

6. Shell Programming and Scripting

How to make working this regex in perl?

Hello to all, The Regex below is supposed to match all strings except RR45. I've tested in regex101.com and it works, butwhen I try to use it with the perl command below I get the error shown. Regex=(?<=^|RR45)(?!RR45).+?(?=RR45|$) How to fix this? I'm using Cygwin. $ echo... (9 Replies)
Discussion started by: Ophiuchus
9 Replies

7. Shell Programming and Scripting

[Ubuntu / PERL ]Problem installing WWW::Mechanize mod

Hello everyone, I've got some problem intalling a perl module. The installation is well done as you can see below. gueg@ux31:~$ sudo apt-get install libwww-mechanize-perl Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état...... (4 Replies)
Discussion started by: tot94
4 Replies

8. Solaris

Make error while building perl on Solaris 10

Hi, I am trying to build per 5.20.1 on solaris 10 and getting below compilation error. Creating Makefile.PL in cpan/Archive-Tar for Archive::Tar Running Makefile.PL in cpan/Archive-Tar ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none... (1 Reply)
Discussion started by: vikrambhimbar
1 Replies
PERLEPOC(1)						 Perl Programmers Reference Guide					       PERLEPOC(1)

NAME
perlepoc - Perl for EPOC SYNOPSIS
Perl 5 README file for the EPOC Release 5 operating system. INTRODUCTION
EPOC is an OS for palmtops and mobile phones. For more information look at: <http://www.symbian.com/> This is a port of perl to the epocemx SDK by Eberhard Mattes, which itself uses the SDK by symbian. Essentially epocemx it is a POSIX look alike environment for the EPOC OS. For more information look at: <http://epocemx.sourceforge.net/> perl and epocemx runs on Epoc Release 5 machines: Psion 5mx, 5mx Pro, Psion Revo, Psion Netbook and on the Ericsson M128. It may run on Epoc Release 3 Hardware (Series 5 classic), too. For more information about this hardware please refer to <http://www.psion.com/> Vendors which like to have support for their devices are free to send me a sample. INSTALLING PERL ON EPOC
You can download a ready-to-install version from <http://www.oflebbe.de/perl/perl5.html> You will need at least ~6MB free space in order to install and run perl. Please install the emxusr.sis package from <http://epocemx.sourceforge.net/> first. Install perl.sis on the EPOC machine. If you do not know how to do that, consult your PsiWin documentation. Perl itself and its standard library is using 4 MB disk space. Unicode support and some other modules are left out. (For details, please look into epoc/createpkg.pl). If you like to use these modules, you are free to copy them from a current perl release. STARTING PERL ON EPOC
Please use the epocemx shell to start perl. perl integrates with the conventions of epocemx. Features of Perl on Epoc The built-in function EPOC::getcwd returns the current directory. Restrictions of Perl on Epoc Features are left out, because of restrictions of the POSIX support in EPOC: o socket IO is only implemented poorly. You can only use sysread and syswrite on them. The commands read, write, print, <> do not work for sockets. This may change iff epocemx supports sockets. o kill, alarm and signals. Do not try to use them. This may be impossible to implement on EPOC. o select is missing. o binmode does not exist. (No CR LF to LF translation for text files) o EPOC does not handle the notion of current drive and current directory very well (i.e. not at all, but it tries hard to emulate one). See PATH. o Heap is limited to 4MB. o Dynamic loading is not implemented. Compiling Perl 5 on the EPOC cross compiling environment Sorry, this is far too short. o You will need the epocemx SDK from Eberhard Mattes. o Get the Perl sources from your nearest CPAN site. o Unpack the sources. o Build a native perl from this sources... Make sure to save the miniperl executable as miniperl.native. Start again from scratch cp epoc/* . ./Configure -S make cp miniperl.native miniperl touch miniperl.exe make perl createpkg.pl emxsis perl.pkg perl.sis SUPPORT STATUS OF PERL ON EPOC
I'm offering this port "as is". You can ask me questions, but I can't guarantee I'll be able to answer them. Since the port to epocemx is quite new, please check the web for updates first. Very special thanks to Eberhard Mattes for epocemx. AUTHOR
Olaf Flebbe <olaf@oflebbe.de> <http://www.oflebbe.de/perl/perl5.html> LAST UPDATE
2003-01-18 perl v5.16.2 2012-10-11 PERLEPOC(1)
All times are GMT -4. The time now is 01:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy