| Thread | Last Post | Replies |
|
| no number return | 30 Nov 2006 15:50 GMT | 5 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to get this to take random amount of widths and compute the square footage for each. For example:
|
| Beginner question | 30 Nov 2006 10:34 GMT | 5 |
I am new to perl and have a doubt. I have a script that needs to run a command. The command that is being run requires input from the user to proceed. Instead of prompting the user how can I code the utility to not prompt the user but take the input from a variable that has the ...
|
| How to create a string from value of another variable. | 29 Nov 2006 21:55 GMT | 3 |
Hi: I have a variable called $agent_id and want to create a string with the value of $agent_id followed by "-str". The following does not seem to work. The following example I want to create a variable called $35-str. $agent_id = 25; $agent_id."-str" = "This is test\n";
|
| Problem with replacing string in file | 29 Nov 2006 13:35 GMT | 4 |
hi Gurus, I have a problem to replace strings of file thru perl script. Here is the problem in detail... I have a text file some thing like this..
|
| Commenting Perl code | 29 Nov 2006 11:29 GMT | 3 |
Do you use the regular "#" or inline POD statements? Robert
 Signature To unsubscribe, e-mail: beginners-unsubscribe@perl.org
|
| delete function | 29 Nov 2006 11:15 GMT | 4 |
I have two arrays . one array contains the element which needs to be deleted from the secound array in which that element is already present. I have tried using delete function but somehow i did not succeed. Could somebody please help me on this
|
| Who can help me to explain the reason? about regex `m' modifier. | 28 Nov 2006 20:26 GMT | 2 |
Who cabeginnersn help me to explain the reason? $ perl -e '$_="a11\nb22\nc33\n"; print $_, "-"x15, "\n";s/^a.*^b.*/x/m; print' a11 b22
|
| write, print, & Tk::Text | 28 Nov 2006 19:02 GMT | 3 |
I'm writing a perl application using Tk for the gui, and wish to write formatted output to a logging window within the gui. But I cannot get write to do as I wish,
|
| What's this string? | 28 Nov 2006 14:05 GMT | 3 |
Can you tell me what's this string? =?GBK?B?zNSxpszh0NHE+qO6wvS80tLRvq3GwLzbo6zH67vYxsA=?= How to decode it?I try: $ perl -MEncode -le 'print
|
| failed substitution | 28 Nov 2006 11:39 GMT | 4 |
I have a number of jpegs I wanted to rename. I wrote a short script to do it but the new file name is not always generated correctly. The script should find the last letter in the filename (before the extension) and substitute it for '_a'.
|
| Free PERL Editor | 27 Nov 2006 09:47 GMT | 15 |
Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools.
|
| Fixing an apache2 perl module | 26 Nov 2006 22:30 GMT | 1 |
I'm on the Interchange mailing list (icdevgroup.org) and we've found a problem with our Interchange::Link perl module for apache2. I don't know perl myself, and I was wondering if anyone here might be able to help fix it.
|
| matching sets and ids | 26 Nov 2006 12:40 GMT | 2 |
I have two files : File A contains the following : ((((9,(6,8)),((4,((3,2),1)),5)),(12,11)),(13,(7,10))); File B contains the follwoing:
|
| Why this error ? | 26 Nov 2006 00:27 GMT | 3 |
Can someone tell me please why i'm getting this error with this code ? I'm running PERL 5.6.0 on a AIX. Any help would be appreciated. Warm Regards,
|
| postgres insert | 25 Nov 2006 18:03 GMT | 2 |
I've been using something like this for Oracle for some time and tried it with Postgresql. (RaiseError doesn't change the outcome) sub insert_token {
|