| Thread | Last Post | Replies |
|
| regexp behin assertions ?<! | 03 Jul 2008 06:33 GMT | 8 |
I would like to identify in a pattern a number wich is not preceded by another number a word or a ';' followed by ;number
|
| AW: some question about komodo4 | 03 Jul 2008 02:00 GMT | 1 |
> thanks for you help, but can you tell me how to set it? > could you tell me the detail process? Go to the software preferences: At the left panel select "Code Intelligence" and check the settings there (ensure that auto-completion is turned on generally). Now when you create a new ...
|
| user id validation | 02 Jul 2008 20:13 GMT | 12 |
I am just wondering how to validate a user who is using the script?? I wanted to allow only user below to be able to user the script and was thinking about userA(userid: 1077)
|
| Max range of rand function? | 02 Jul 2008 18:03 GMT | 2 |
I want to have a max range of rand function, so I use my $rnd = rand(4294967295) ; However, is it safe to use so, e.g. in 32 bit system? Thanks.
|
| Array problem | 02 Jul 2008 15:06 GMT | 5 |
I would like to know how to insert escape character in front of special characters in an array. I have an array which has strings like; John's House
|
| Perl how to die without printing out a message? | 02 Jul 2008 14:25 GMT | 2 |
Hi: I connect to a database within my script. If the script cannot connect, I want it to send an email and terminate without printing any message on stdout. I have the following code $dbh = DBI->connect("dbi:Pg:dbname=$dbname;host=$host;port=$port;","$username", "$password", ...
|
| AW: AW: @INC and cross-platform path usage | 02 Jul 2008 12:12 GMT | 2 |
@Gunnar Hjalmarsson:
> use File::Spec; > my ($vol, $progdir); > BEGIN { ($vol, $progdir) = File::Spec->splitpath( __FILE__ ) } |
| about Zlib | 02 Jul 2008 08:58 GMT | 5 |
I want to uncompress *.gz and *.tar on linux box. So is there any package which will do it for me? Can we use Zlib to do same? Thanks in advance.
|
| about perl module uninstallation | 02 Jul 2008 06:31 GMT | 6 |
I had installed perl modules like Net::SFTP, Math::BigInt etc. I need to uninstall it. How can I uninstall these modules from my perl? Thanks in advance.
|
| print reference | 01 Jul 2008 21:07 GMT | 3 |
Can someone tell me the proper syntax to print out the value in a reference? Thank you.,, my $string = '';
|
| DBI install | 01 Jul 2008 18:04 GMT | 2 |
Can any one help me out in Installing DBI in a standalone box. There is no internet connetion. I tried downloading DBI-1.48 module and tried using ppm and makefile.PL its not working. I am doing it correct or missing something?
|
| AW: @INC and cross-platform path usage | 01 Jul 2008 16:38 GMT | 1 |
PERL5LIB is no choice, since there would be the same issue of how to write paths a cross-platform way.
> Both those methods assume that the path to the directory where the > program resides equals the current working directory. That's often the > case, but not always. |
| mailing list | 01 Jul 2008 13:44 GMT | 1 |
I am wondering if the mailinglist has plonked my email address... I have not received a digest since 22 may. If I try to subscribe (again) I get no reply either to confirm or inform me that I am already on the list. Any help?
|
| Perl Script runs to slow | 01 Jul 2008 13:21 GMT | 6 |
Howdy, scripting with perl is a hobby and not a vocation so i apologize in advance for rough looking code. I have a very large list of 16-letter words called "hashsequence16.txt". This file is 203MB in size.
|
| AW: some question about komodo4 | 01 Jul 2008 02:13 GMT | 1 |
> i use komodo4 for perl develop. > > but it seems that it can't support code auto-complete. |