View Full Version : Perl Misc
- FAQ 4.53 How do I manipulate arrays of bits?
- FAQ 7.21 How do I redefine a builtin function, operator, or method?
- FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?
- FAQ 5.5 How can I use Perl's "-i" option from within a program?
- FAQ 8.3 How do I do fancy stuff with the keyboard/screen/mouse?
- FAQ 4.42 How can I tell whether a certain element is contained in a list or array?
- [OT] other forms of the word in english
- can someone help me with this baffling regex ?
- FAQ 6.6 How do I substitute case insensitively on the LHS while preserving case on the RHS?
- FAQ 5.20 How can I reliably rename a file?
- FAQ 3.5 How do I debug my Perl programs?
- FAQ 4.51 How do I permute N elements of a list?
- Is it possible to upload file with FTPS with perl?
- a perl programming language
- FAQ 2.12 Which magazines have Perl content?
- How find all overlapping pattern?
- FAQ 4.17 How do I find yesterday's date?
- Comparison of 2 files and generating the output based on comparison
- FAQ 5.35 How do I close a file descriptor by number?
- FAQ 4.20 How do I unescape a string?
- FAQ 4.68 Why does passing a subroutine an undefined element in a hash create it?
- FAQ 4.14 How can I compare two dates and find the difference?
- FAQ 3.27 Where can I learn about linking C with Perl?
- Fully functional email client
- FAQ 4.62 What's the difference between "delete" and "undef" with hashes?
- FAQ 4.33 How do I pad a string with blanks or pad a number with zeroes?
- FAQ 4.38 Why don't my <<HERE documents work?
- FAQ 5.7 How do I make a temporary file name?
- FAQ 3.16 How can I make my Perl program take less memory?
- FAQ 7.20 Why doesn't "my($foo) = <FILE>;" work right?
- Sys::Syslog question
- FAQ 5.22 Why can't I just open(FH, ">file.lock")?
- FAQ 5.37 Why doesn't glob("*.*") get all the files?
- FAQ 8.2 How come exec() doesn't return?
- changing values in certain blocks
- FAQ 7.27 How can I comment out a large block of Perl code?
- upload module to CPAN (http client)
- FAQ 2.17 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
- 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 5.19 How can I open a file with a leading ">" or trailing blanks?
- FAQ 3.9 Is there a ctags for Perl?
- FAQ 1.7 How stable is Perl?
- FAQ 4.43 How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
- matching string literals
- FAQ 7.29 How can I use a variable as a variable name?
- pulling data from a file/piping variables to if statement...
- dynamically naming arrays
- 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?
- access anonymous variable
- FAQ 6.15 How can I print out a word-frequency or line-frequency summary?
- FAQ 2.13 What mailing lists are there for Perl?
- FAQ 5.3 How do I count the number of lines in a file?
- FAQ 5.4 How do I delete the last N lines from a file?
- How to draw thin lines with Image::Magick?
- FAQ 6.18 Why don't word-boundary searches with "\b" work for me?
- FAQ 3.22 How can I get "#!perl" to work on [MS-DOS,NT,...]?
- FAQ 4.73 How do I determine whether a scalar is a number/whole/integer/float?
- FAQ 6.2 I'm having trouble matching over more than one line. What's wrong?
- FAQ 3.4 How do I find which modules are installed on my system?
- FAQ 4.15 How can I take a string and turn it into epoch seconds?
- FAQ 7.25 Why can't a method included in this same file be found?
- FAQ 4.58 How do I look up a hash element by value?
- FAQ 5.31 How can I read a single character from a file? From the keyboard?
- FAQ 1.8 Is Perl difficult to learn?
- FAQ 5.15 How can I translate tildes (~) in a filename?
- FAQ 3.17 Is it safe to return a reference to local or lexical data?
- FAQ 3.19 How can I make my CGI script more efficient?
- FAQ 6.5 I put a regular expression into $/ but it didn't work. What's wrong?
- FAQ 6.4 How do I match XML, HTML, or other nasty, ugly things with a regex?
- FAQ 4.59 How can I know how many entries are in a hash?
- FAQ 3.28 I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
- FAQ 4.71 How can I check if a key exists in a multilevel hash?
- FAQ 6.14 How do I process each word on each line?
- having problems with trademark symbols in perl but not in php
- Extracting html urls on a webpage using linktext
- TIOBE language of the year
- Quotemeta & Regex question re-posted as plain text
- Please help me understand this expression
- FAQ 7.23 How do I create a switch or case statement?
- FAQ 5.27 How do I set a file's timestamp in perl?
- Running PHP scripts from Perl
- FAQ 5.29 How can I read in an entire file all at once?
- FAQ 6.9 How can I quote a variable to use in a regex?
- Is there an ARRAY designator for REGEX vals?
- FAQ 5.42 How do I delete a directory tree?
- FAQ 4.77 How do I verify a credit card checksum?
- Help with Perl Q
- FAQ 4.31 How can I split a [character] delimited string except when inside [character]?
- Help reading Perl - what is this doing?
- FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean?
- FAQ 8.5 How do I read just one key without waiting for a return key?
- FAQ 4.27 How can I access or change N characters of a string?
- FAQ 3.7 How do I cross-reference my Perl programs?
- FAQ 4.66 How can I store a multidimensional array in a DBM file?
- FAQ 5.14 How can I output my numbers with commas added?
- FAQ 4.34 How do I extract selected columns from a string?
- FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
- FAQ 7.26 How can I find out my current or calling package?
- FAQ 1.10 Can I do [task] in Perl?
- FAQ 7.15 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
- FAQ 4.6 Why doesn't & work the way I want it to?
- FAQ 4.74 How do I keep persistent data across program calls?
- FAQ 7.18 How can I access a dynamic variable while a similarly named lexical is in scope?
- FAQ 4.61 How can I always keep my hash sorted?
- HTML purifier for Perl
- FAQ 4.49 How do I process/modify each element of an array?
- Learning Object Oriented Programming (newbie)
- FAQ 4.12 How do I find the day or week of the year?
- FAQ 4.3 Why isn't my octal data interpreted correctly?
- FAQ 1.13 Is it a Perl program or a Perl script?
- FAQ 8.9 How do I ask the user for a password?
- FAQ 6.7 How can I make "\w" match national character sets?
- one regex to do the work of two?
- FAQ 3.21 How can I compile my Perl program into byte code or C?
- FAQ 6.17 How do I efficiently match many regular expressions at once?
- FAQ 5.12 How can I write() into a string?
- FAQ 1.15 Where can I get a list of Larry Wall witticisms?
- FAQ 1.14 What is a JAPH?
- FAQ 8.4 How do I print something out in color?
- FAQ 3.14 How can I write a GUI (X, Tk, Gtk, etc.) in Perl?
- FAQ 5.40 Why do I get weird spaces when I print an array of lines?
- FAQ 7.19 What's the difference between deep and shallow binding?
- Compare two extremely large lists?
- FAQ 4.46 How do I handle linked lists?
- LWP::Simple - relative or absolute path?
- FAQ 6.19 Why does using $&, $`, or $' slow my program down?
- FAQ 4.13 How do I find the current century or millennium?
- FAQ 4.1 Why am I getting long decimals (eg, 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)?
- FAQ 7.28 How do I clear a package?
- FAQ 3.2 How can I use Perl interactively?
- FAQ 5.18 Is there a leak/bug in glob()?
- FAQ 5.41 How do I traverse a directory tree?
- FAQ 1.11 When shouldn't I program in Perl?
- FAQ 8.10 How do I read and write the serial port?
- FAQ 4.21 How do I remove consecutive pairs of characters?
- FAQ 6.13 What does it mean that regexes are greedy? How can I get around it?
- FAQ 7.12 How can I tell if a variable is tainted?
- FAQ 6.3 How can I pull out lines between two patterns that are themselves on different lines?
- FAQ 4.5 How do I convert between numeric representations/bases/radixes?
- FAQ 5.13 How can I open a filehandle to a string?
- FAQ 2.4 I copied the perl binary from one machine to another, but scripts don't work.
- FAQ 4.2 Why is int() broken?
- FAQ 5.9 How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles?
- FAQ 4.28 How do I change the Nth occurrence of something?
- FAQ 3.26 Where can I learn about object-oriented Perl programming?
- FAQ 3.8 Is there a pretty-printer (formatter) for Perl?
- FAQ 2.9 What are the Perl newsgroups on Usenet? Where do I post questions?
- FAQ 6.23 How can I match strings with multibyte characters?
- Storable and tied variables
- FAQ 4.67 How can I make my hash remember the order I put elements into it?
- FAQ 5.25 How do I randomly update a binary file?
- FAQ 2.11 Perl Books
- How to avoid Out of Memory Errors when dealing with a large XML file?
- FAQ 4.57 What happens if I add or remove keys from a hash while iterating over it?
- FAQ 4.24 How do I reverse a string?
- FAQ 2.10 Where should I post source code?
- FAQ 1.12 What's the difference between "perl" and "Perl"?
- FAQ 6.12 Can I use Perl regular expressions to match balanced text?
- FAQ 4.7 How do I multiply matrices?
- FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this?
- MS SQL Functions on OSX??
- FAQ 6.8 How can I match a locale-smart version of "/[a-zA-Z]/"?
- FAQ 1.1 What is Perl?
- FAQ 3.12 Where can I get perl-mode or cperl-mode for emacs?
- FAQ 3.3 Is there a Perl shell?
- FAQ 7.3 Do I always/never have to quote my strings or use semicolons and commas?
- FAQ 5.23 I still don't get locking. I just want to increment the number in the file. How can I do this?
- FAQ 5.28 How do I print to more than one file at once?
- looking for help with script (what's new?)
- FAQ 4.65 How can I get the unique keys from two hashes?
- FAQ 7.17 What's the difference between dynamic and lexical (static) scoping? Between local() and my()?
- FAQ 4.18 Does Perl have a Year 2000 or 2038 problem? Is Perl Y2K compliant?
- FAQ 4.76 How do I define methods for every class/object?
- FAQ 4.50 How do I select a random element from an array?
- FAQ 7.6 What's an extension?
- FAQ 4.19 How do I validate input?
- FAQ 3.11 Where can I get Perl macros for vi?
- opinion: comp lang docs style
- FAQ 4.29 How can I count the number of occurrences of a substring within a string?
- Split attachment from email
- How can I migrate a Linux Perl installation
- FAQ 1.16 How can I convince others to use Perl?
- FAQ 4.75 How do I print out or copy a recursive data structure?
- FAQ 4.48 How do I shuffle an array randomly?
- FAQ 4.69 How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?
- FAQ 4.60 How do I sort a hash (optionally by value instead of key)?
- FAQ 5.11 How can I set up a footer format to be used with write()?
- FAQ 8.6 How do I check whether input is ready on the keyboard?
- FAQ 3.30 What's MakeMaker?
- FAQ 4.64 How do I reset an each() operation part-way through?
- FAQ 4.23 How do I find matching/nesting anything?
- FAQ 3.15 How can I make my Perl program run faster?
- seven languages
- Difference between solaris and linux
- how do you make perl to c++ translater
- signal handler is not called while piped open is active
- Oddity with File::Find and timestamps
- Oddity with Find::File and -M
- Looping through session variables
- solutions to world's big problems
- How do I put apostraphes in this expression?
- Pulling pairs of values from an array
- Troubleshooting install from cpan
- Entities.pm - How does decode_entities work?
- Extracting a range of words!
- 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?
- Using module for different operating systems
- Regex to match a numerical IP range
- perl code to automate launching a program and entering responses
- Order of evaluation of arguments in a subroutine
- PostScript::Simple - linedistance question
- 303 found error
- there is more than one way to do it...
- why doesn't my dbm file save my data?
- variables inside a string
- Hash key iteration order
- Optimisation for tight loops...
- mp3 to .swf (flash)?
- ANNOUNCE: NHI1-0.10, PLMK-1.8 und libmsgque-4.8
- Who will win the battle for control of the web?
- Regex help
- how to make a perl tk like thing
- Date/Time modules - any without default months/days?
- Memory consumption when writing to files
- Selective $SIG{CHLD}
- Finding if something is in a list
- Email::MIME on Debian
- How to uninstall packages installed by cpan?
- Job Oppurtunity - Perl Developers - CMM Level 3 Product Company
- Perl command-line: check for XML well-formedness
- on windows 7 / cygwin / perl / cpan - cannot install Math::Prime::XS
- To compare the content in two files..
- XSUB detecting if it was called via Package->method() or Package::method()?
- Yo alt.fan.sandy-pocernich -- Anyone out there?
- scripting web 2.0 sites to download howto
- reading file containg passwords
- Can't figure out why I'm getting "Bareword found where operatorexpected ..."
- if ('A:B:C' =~ /:(.*?)$/) then why the heck is $1 'B:C' and not just 'C'
- ANNOUNCE: NHI1-0.9, PLMK-1.7 und libmsgque-4.7
- perl html parser
- Bugs or Documentation Deficiencies
- testing whether a number is an integer
- Replacing urls with anchor tags
- Using Perl to find what address bar says
- My perl does not support transliteration?
- What does it mean: "Trailing \ in regex m/\\\/ at ...
- create a plain text table
- Trouble passing arguments to subroutine
- understanding regexp, Text::ParseWords
- Catalyst with HTML::FormHandler
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.