View Full Version : Perl Misc
- FAQ 8.40 How do I avoid zombies on a Unix system?
- How do I pass values from a .pl to a .pm.
- FAQ 4.11 How do I get a random number between X and Y?
- FAQ 3.25 Where can I learn about CGI or Web programming in Perl?
- FAQ 5.41 How do I traverse a directory tree?
- FAQ 5.30 How can I read in a file by paragraphs?
- FAQ 5.24 All I want to do is append a small amount of text to the end of a file. Do I still have to use locking?
- how about for(<>){...} instead of while(<>){...}
- FAQ 4.12 How do I find the day or week of the year?
- FAQ 4.73 How do I determine whether a scalar is a number/whole/integer/float?
- strange behaviour w.r.t get function
- FAQ 9.14 How do I make sure users can't enter values into a form that cause my CGI script to do bad things?
- FAQ 6.11 How do I use a regular expression to strip C style comments from a file?
- FAQ 6.7 How can I make "\w" match national character sets?
- pattern matching and abstract functions
- FAQ 8.21 Where do I get the include files to do ioctl() or syscall()?
- FAQ 3.7 How do I cross-reference my Perl programs?
- two attempts at DBI connect call
- FAQ 5.33 How do I do a "tail -f" in perl?
- Search script to index dynamic pages
- FAQ 8.27 What's wrong with using backticks in a void context?
- FAQ 4.5 How do I convert between numeric representations/bases/radixes?
- FAQ 8.20 How can I call my system's unique C functions from Perl?
- FAQ 5.31 How can I read a single character from a file? From the keyboard?
- FAQ 9.12 How do I put a password on my web pages?
- FAQ 4.63 Why don't my tied hashes make the defined/exists distinction?
- FAQ 7.18 How can I access a dynamic variable while a similarly named lexical is in scope?
- FAQ 5.19 How can I open a file with a leading ">" or trailing blanks?
- FAQ 8.47 How do I keep my own module/library directory?
- FAQ 7.4 How do I skip some return values?
- FAQ 8.17 How can I measure time under a second?
- FAQ 6.15 How can I print out a word-frequency or line-frequency summary?
- FAQ 2.3 I don't have a C compiler. How can I build my own Perl interpreter?
- FAQ 5.42 How do I delete a directory tree?
- Problem
- FAQ 5.40 Why do I get weird spaces when I print an array of lines?
- How to avoid searching this folder?
- FAQ 1.11 When shouldn't I program in Perl?
- Perl drops first argv[0] parameter when being called via execv()
- FAQ 4.30 How do I capitalize all the words on one line?
- writing to different offsets of a file in parallel
- FAQ 4.49 How do I process/modify each element of an array?
- hash of hashes
- FAQ 4.15 How can I take a string and turn it into epoch seconds?
- FAQ 4.53 How do I manipulate arrays of bits?
- FAQ 2.1 What machines support perl? Where do I get it?
- Perl script running external command
- FAQ 8.38 How do I timeout a slow event?
- FAQ 8.15 How do I set the time and date?
- FAQ 5.17 Why do I sometimes get an "Argument list too long" when I use <*>?
- File::Slurp 9999.14 is released
- using File::Find
- FAQ 1.7 How stable is Perl?
- polling TCP server on Win32 (with Tk)
- How to pass arguments to perl
- Parsing some pdf files failed
- variable/subroutine visibility
- Data::Dumper vs. UTF-8, as usual
- Fetching SQL boolean values with Perl DBI?
- FAQ 8.43 How do I open a file without blocking?
- FAQ 5.35 How do I close a file descriptor by number?
- List assignment to array affects scalar results
- FAQ 9.9 How do I automate an HTML form submission?
- reading .ini file without using a module
- module for MSCRM?
- FAQ 8.16 How can I sleep() or alarm() for under a second?
- C Compiler question
- FAQ 3.16 How can I make my Perl program take less memory?
- FAQ 5.29 How can I read in an entire file all at once?
- FAQ 4.71 How can I check if a key exists in a multilevel hash?
- Hash
- recursive Pythagorian triples
- attn new users: IGNORE PREVIOUS MESSAGE
- FAQ 9.2 My CGI script runs from the command line but not the browser. (500 Server Error)
- array not printing what I want
- FAQ 5.3 How do I count the number of lines in a file?
- FAQ 7.26 How can I find out my current or calling package?
- FAQ 4.60 How do I sort a hash (optionally by value instead of key)?
- FAQ 3.20 How can I hide the source for my Perl program?
- FAQ 9.19 How do I return the user's mail address?
- FAQ 3.18 How can I free an array or hash so my program shrinks?
- FAQ 2.2 How can I get a binary version of perl?
- FAQ 6.19 Why does using $&, $`, or $' slow my program down?
- convenient module to take statistics for hashed structures?
- FAQ 8.24 Why can't I get the output of a command with system()?
- DBD::mysql used to take octets into the utf8 texts but no more inmariadb
- FAQ 4.33 How do I pad a string with blanks or pad a number with zeroes?
- FAQ 4.59 How can I know how many entries are in a hash?
- FAQ 4.74 How do I keep persistent data across program calls?
- FAQ 8.34 I {changed directory, modified my environment} in a perl script. How come the change disappeared when I exited the script? How do I get my changes to be visible?
- FAQ 8.25 How can I capture STDERR from an external command?
- FAQ 8.10 How do I read and write the serial port?
- FAQ 7.30 What does "bad interpreter" mean?
- How to suppress non fatal messages
- FAQ 5.22 Why can't I just open(FH, ">file.lock")?
- FAQ 4.45 How do I find the first array element for which a condition is true?
- What do you use with Perl for GUI programming and why?
- FAQ 7.15 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
- FAQ 8.2 How come exec() doesn't return?
- FAQ 3.27 Where can I learn about linking C with Perl?
- FAQ 2.7 Is there an ISO or ANSI certified version of Perl?
- FAQ 5.38 Why does Perl let me delete read-only files? Why does "-i" clobber protected files? Isn't this a bug in Perl?
- FAQ 4.56 How do I merge two hashes?
- how to remove the string part between the two marks
- FAQ 3.29 When I tried to run my script, I got this message. What does it mean?
- FAQ 9.21 How do I use MIME to make an attachment to a mail message?
- Who is on Stack Overblow . com?
- FAQ 8.9 How do I ask the user for a password?
- FAQ 2.9 What are the Perl newsgroups on Usenet? Where do I post questions?
- perl reg expression help.
- FAQ 9.16 How do I decode a CGI form?
- FAQ 7.23 How do I create a switch or case statement?
- "getting" a website
- FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean?
- FAQ 8.1 How do I find out which operating system I'm running under?
- FAQ 4.70 How can I use a reference as a hash key?
- FAQ 5.11 How can I set up a footer format to be used with write()?
- FAQ 4.22 How do I expand function calls in a string?
- FAQ 8.7 How do I clear the screen?
- FAQ 3.10 Is there an IDE or Windows Perl Editor?
- FAQ 4.51 How do I permute N elements of a list?
- FAQ 8.46 What's the difference between require and use?
- FAQ 4.3 Why isn't my octal data interpreted correctly?
- FAQ 3.4 How do I find which modules are installed on my system?
- FAQ 3.23 Can I write useful Perl programs on the command line?
- FAQ 1.16 How can I convince others to use Perl?
- FAQ 3.6 How do I profile my Perl programs?
- FAQ 3.15 How can I make my Perl program run faster?
- How to create an OO spreadsheet?
- FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- LWP::Simple went haywire this morning
- FAQ 4.61 How can I always keep my hash sorted?
- FAQ 6.20 What good is "\G" in a regular expression?
- Perl sort different from unix sort
- Readline question
- FAQ 2.11 Perl Books
- FAQ 3.13 How can I use curses with Perl?
- FAQ 4.6 Why doesn't & work the way I want it to?
- Can't locate Expect.pm
- FAQ 8.50 What is socket.ph and where do I get it?
- FAQ 8.11 How do I decode encrypted password files?
- hash key
- FAQ 8.49 How do I add a directory to my include path (@INC) at runtime?
- FAQ 2.8 Where can I get information on Perl?
- How can you do different things on certain lines in a text filedivided by separators?
- Regular Expressions: Greedy Matching
- FAQ 1.12 What's the difference between "perl" and "Perl"?
- FAQ 4.41 How can I remove duplicate elements from a list or array?
- FAQ 7.9 How do I create a module?
- Perl
- FAQ 7.24 How can I catch accesses to undefined variables, functions, or methods?
- Hash array with variable size?
- FAQ 7.20 Why doesn't "my($foo) = <FILE>;" work right?
- FAQ 6.16 How can I do approximate matching?
- FAQ 4.36 How can I expand variables in text strings?
- going from CPAN to RPM
- FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
- FAQ 4.27 How can I access or change N characters of a string?
- FAQ 9.7 How do I make an HTML pop-up menu with Perl?
- FAQ 5.43 How do I copy an entire directory?
- FAQ 7.3 Do I always/never have to quote my strings or use semicolons and commas?
- FAQ 4.78 How do I pack arrays of doubles or floats for XS code?
- FAQ 4.65 How can I get the unique keys from two hashes?
- matching '?' in a string ending with digits
- FAQ 8.42 How do I make a system() exit on control-C?
- FAQ 4.8 How do I perform an operation on a series of integers?
- FAQ 4.32 How do I strip blank space from the beginning/end of a string?
- FAQ 6.1 How can I hope to use regular expressions without creating illegible and unmaintainable code?
- FAQ 9.8 How do I fetch an HTML file?
- FAQ 5.2 How do I change, delete, or insert a line in a file, or append to the beginning of a file?
- Can't get command line perl to work right
- FAQ 5.6 How can I copy a file?
- FAQ 4.16 How can I find the Julian Day?
- FAQ 6.4 How do I match XML, HTML, or other nasty, ugly things with a regex?
- Removing empty tags
- newsgroups on perl
- FAQ 6.23 How can I match strings with multibyte characters?
- FAQ 9.23 How do I find out my hostname, domainname, or IP address?
- FAQ 4.52 How do I sort an array by (anything)?
- FAQ 8.12 How do I start a process in the background?
- FAQ 7.8 How do I declare/create a structure?
- passing (and getting) references to/from functions
- FAQ 2.5 I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. How do I make it work?
- FAQ 3.19 How can I make my CGI script more efficient?
- grab posted data
- Imager module with GIFs
- Ruby on rails training for Perl developers
- FAQ 7.29 How can I use a variable as a variable name?
- FAQ 7.6 What's an extension?
- FAQ 4.62 What's the difference between "delete" and "undef" with hashes?
- books on perl
- Telnet to cisco
- FAQ 6.22 What's wrong with using grep in a void context?
- FAQ 4.20 How do I unescape a string?
- FAQ 8.5 How do I read just one key without waiting for a return key?
- Please help me how is easiest way to extract text between some variable text
- FAQ 6.8 How can I match a locale-smart version of "/[a-zA-Z]/"?
- arithmetic persistence
- FAQ 8.44 How do I tell the difference between errors from the shell and perl?
- FAQ 3.30 What's MakeMaker?
- FAQ 9.25 How do I fetch/put an FTP file?
- FAQ 7.11 How do I create a class?
- FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?
- FAQ 8.37 How do I find out if I'm running interactively or not?
- FAQ 1.5 What was Ponie?
- FAQ 4.42 How can I tell whether a certain element is contained in a list or array?
- FAQ 4.28 How do I change the Nth occurrence of something?
- List Separator $, behaving oddly
- FAQ 9.5 How do I extract URLs?
- FAQ 5.7 How do I make a temporary file name?
- FAQ 2.4 I copied the perl binary from one machine to another, but scripts don't work.
- FAQ 4.76 How do I define methods for every class/object?
- Strategies for modifying marked-up text?
- FAQ 8.45 How do I install a module from CPAN?
- FAQ 5.27 How do I set a file's timestamp in perl?
- FAQ 5.25 How do I randomly update a binary file?
- FAQ 3.5 How do I debug my Perl programs?
- FAQ 4.77 How do I verify a credit card checksum?
- Regex question; match <br> after opening tag
- FAQ 4.72 How do I handle binary data correctly?
- FAQ 1.2 Who supports Perl? Who develops it? Why is it free?
- FAQ 1.1 What is Perl?
- FAQ 7.22 What's the difference between calling a function as &foo and foo()?
- FAQ 7.16 How do I create a static variable?
- FAQ 7.1 Can I get a BNF/yacc/RE for the Perl language?
- Subroutine exec redefined warning with perl 5.12.2
- FAQ 6.21 Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
- FAQ 8.8 How do I get the screen size?
- How to use (??{code}) correctly in foreach loop?
- FAQ 1.5 What was Ponie?
- FAQ 4.72 How do I handle binary data correctly?
- FAQ 7.10 How do I adopt or take over a module already on CPAN?
- FAQ 3.20 How can I hide the source for my Perl program?
- FAQ 4.10 Why aren't my random numbers random?
- FAQ 7.8 How do I declare/create a structure?
- FAQ 4.35 How do I find the soundex value of a string?
- FAQ 2.1 What machines support perl? Where do I get it?
- FAQ 6.20 What good is "\G" in a regular expression?
- perl sorting
- data transformation, Perl and MicroSoft
- FAQ 4.25 How do I expand tabs in a string?
- FAQ 8.7 How do I clear the screen?
- Hashes are good, but not good enough.
- FAQ 5.38 Why does Perl let me delete read-only files? Why does "-i" clobber protected files? Isn't this a bug in Perl?
- FAQ 6.11 How do I use a regular expression to strip C style comments from a file?
- How to exclude action of Find::Find::find in subdirectories withknown names?
- How to exclude action of Find::Find::find in subdirectories withknown names?
- FAQ 3.10 Is there an IDE or Windows Perl Editor?
- table --> pre?
- ParseExcel $font->{Color} Question?
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.