Dear Friends,I created the attached sub menu in CGI
using Tables.In that fig, Client Tools is the Main Menu and when I
clicked on it the sub menu appears as above.
Now I want the edges to be curved as
follows.
Is it possible to curve the edges as show above. I have
created the sub menu usin
Hai David,
I don't where you tried this
have you tried this in NT or in UNIX?
$a="jaffer^";
$a=~s/\^M//; This works in NT
print $a;
But it wont works in Unix.
Try this way in Unix $a=~s/\015//g;
Let me know if any....
Thank you
jaffer
-Original Message-
From: David
Hey
what i got with the below info is data.file is having
line 'Vijayb:12345:Vijay B bharghav'
$cat data.file
Vijayb:12345:Vijay B bharghav
you want to extract 'bharghav' from the file data.file?
i'm i right?
if it is thatdo like below you will get this...
$cat data.file | awk '{pr
Dear Friends,
I want to swap 2 variables without using a tempoarary variable.
I know the below logic
a=a+b
b=a-b
a=a-b
Other than this logic, is thery any other way in perl.
Regards,
Jaffer.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Dear Friends,
I have the below strig
$str = "abckdweqadidkisdikda";
In the above string, I want to count the occurrences of character 'a',
i.e I should get count of a = 7.
How can i achieve this in Perl.
Thank you,
Jaffer.
--
To unsubscribe, e-mail: [EMAIL PROTE
Dear Friends,
My OS is unix.
Using perl, I want to read a pdf file and print its contents.
How can I achieve this using perl.
Regards,
Jaffer.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.
Hi,
Try in this way. Just remove "my", you will get it.
$filedate = "C:/directory/MSISExport_20040814.csv";
($filedate) =~ s/(\_\d+)//g;
print "$filedate\n";
Thank you
jaffer
-Original Message-
From: Denham Eva [mailto:[EMAIL PROTECTED]
Sent: Monday,