Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Programming
:
Languages
:
Perl
: Common Problems
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
Arrays
(5)
Data Structures
(1)
Debugging
(0)
File Handling
(8)
Hashes
(4)
Pattern Matching
(3)
References
(1)
Splitting Strings
(3)
Subroutines
(1)
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
How do you input a key and value into hash from <STDIN> ?
Is there a way to copy some text from a string? IE: Copy all A-Z,a-z chars from - $string = "Hello."
Does a short form for print "hello\n" exist ?
Is it poss. to remove chars from the start of a string & specify the total no. of chars of the strin
How do I pass a structure by reference and then access its elements in a sub-routine?
Random Questions
Is it poss. to remove chars from the start of a string & specify the total no. of chars of the strin
How can I write a perl program which can move files in a directory which are more than one day old?
Is it poss. to remove chars from the start of a string & specify the total no. of chars of the strin
How can I make a regex return true when it doesn't match a string?
Is there some way to get a base 10 log (a mathematical log, as opposed to ln)?
How can I write a perl program which can delete files in a directory which are more than one day old?
Is there a way to safely achieve multiple simultaneous writes to a file from different instances of a script i.e. different users?
Is there some way to get a base 10 log (a mathematical log, as opposed to ln)?
How can I measure the relative performance of two slightly different Perl scripts?
How can I create a variable named $foo from the variable $tmp="foo"?
How can I download a webpage and store it in a variable?
Does a short form for print "hello\n" exist ?
Is there a way to copy some text from a string? IE: Copy all A-Z,a-z chars from - $string = "Hello."
Unanswered Questions
How can I manage sessions, what I wrote in PHP?
how can i get all website name in an array
Is there a way to copy some text from a string?
In perl, how we access lines of xml tags that has start tag in one line and end tag in another line.