how to get back up from private character editor which is
saved in the format of .udf
No Answer is Posted For this Question
Be the First to Post Answer
How do I send e-mail from a Perl/CGI program on a Unix system?
Write a script for 'count the no.of digits using regular expressions in perl..
Which feature of Perl provides code reusability ? Give any example of that feature.
Where do we require ‘chomp’ and what does it mean?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
How can you use Perl warnings and what is the importance to use them?
How to get help for perl?
Can inheritance be used in perl?
Packing and Unpacking. Hi, I want to get output as 0x23400000345.... in the below example How to get? i tried out, but unable to get the answer $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); I didn't get constant output
What syntax is used for grep() function?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
what r the different type of function in perl ???