All Perl Answers
- Is there a PHP equivalent of Perl's WWW::Mechanize?
- “vertical” regex matching in an ASCII “image”
- Find everything between two XML tags with RegEx
- How can I extract images from a PDF file?
- Does Perl have PHP-like dynamic variables?
- Why a full stop, “.” and not a plus symbol, “+”, for string concatenation in PHP?
- Apache thrift: client timeout issues
- Restrict access to images on my website except through my own htmls
- String manipulation vs Regexps
- Regex: must start with a letter or a number but the rest can be anything
- Automating a Job at Work: Importing Powerpoint Bullet Text into an Excel Sheet
- Dollar notation in script languages - why?
- regex- how to stop at first occurrence of a character
- Replace repeating strings in a string
- How can I call Perl from my PHP page on apache?
- perl script called from PHP generates file with zero bytes size
- Passing variables from PHP to PERL
- What is Perl's equivalent to PHP's print_r()?
- Interpreted vs. Compiled Languages for Web Sites (PHP, ASP, Perl, Python, etc.)
- How can I include the output of a Perl script into a PHP page?
- Pathological regex that blows up (time & memory)?
- How do I catch a KILL or HUP or User Abort signal?
- Lazy (ungreedy) matching multiple groups using regex
- How to deserialize Perl Data::Dumper output in PHP
- Calling Java (or python or perl) from a PHP script
- Website Security Questions
- How can I create a Crypt::RSA object from modulus, exponent, and private exponent?
- proc_open: Extending file descriptor numbers to enable “status” feedback from a Perl script
- What does {$histogram{$value}++} mean in Perl?
- Perl interpreter for PHP
- Is PHP or Perl the right choice for my web project?
- comparing PERL md5() and PHP md5()
- Is CGI still slow when used with a compiled program that doesn't require a VM?
- PHP & Perl behavior when testing “0”, “-0”, “0.0”, “00”,
- Why can't the w3c validator load Perl's SGML::Parser::OpenSP?
- Translate the intent of this PHP regex for multiline strings, into Python/PERL
- Convert perl associative array to PHP array
- Run a Perl Script from PHP/Apache
- Perl Script in PHP
- Use a Perl's Data::Dumper format array in PHP
- How to print lines between two patterns, inclusive or exclusive (in sed, AWK or Perl)?
- What's the easiest way to install a missing Perl module?
- Why use strict and warnings?
- Why is XML::Simple Discouraged?
- How can I troubleshoot my Perl CGI script?
- Why are Perl 5's function prototypes bad?
- What is the most straightforward way to pad empty dates in sql results (on either mysql or perl end)?
- What's the difference between Perl's backticks, system, and exec?
- Why is three-argument open calls with autovivified filehandles a Perl best practice?
- How is Perl's @INC constructed? (aka What are all the ways of affecting where Perl modules are searched for?)
- Match whitespace but not newlines
- The recognizing power of “modern” regexes
- How can I install a CPAN module into a local directory?
- How do I remove duplicate items from an array in Perl?
- When is \G useful application in a regex?
- Why does my file content/user input not match? (missing chomp canonical)
- How can I download all emails with attachments from Gmail?
- How to efficiently calculate a running standard deviation?
- How can I delete a newline if it is the last character in a file?
- Scalar vs List Assignment Operator
- while (1) Vs. for (;;) Is there a speed difference?
- How can I run a Perl script as a system daemon in linux?
- Variable-length lookbehind-assertion alternatives for regular expressions
- What's the difference between my ($variableName) and my $variableName in Perl?
- Which one is good practice, a lexical filehandle or a typeglob?
- What is the difference between 'my' and 'our' in Perl?
- Seeking clarification on apparent contradictions regarding weakly typed languages
- How do I perform a Perl substitution on a string while keeping the original?
- What regex can match sequences of the same character?
- Multiline search replace with Perl
- how to merge two files consistently line by line
- Get the Perl rename utility instead of the built-in rename
- How can I handle Javascript in a Perl web crawler?
- Using perl's `system`
- How do you round a floating point number in Perl?
- What's the best way to open and read a file in Perl?
- Specifying file to process to Perl one-liner
- How can I install Perl modules without root privileges?
- grep -P no longer works. How can I rewrite my searches?
- How can I use a new Perl module without install permissions?
- How can I remove text within parentheses with a regex?
- How do I use boolean variables in Perl?
- Doesn't Perl include current directory in @INC by default?
- How can I use CPAN as a non-root user?
- Fastest way to find lines of a file from another larger file in Bash
- How can I require an optional Perl module if installed?
- Perl daemonize with child daemons
- Difference between \w and \b regular expression meta characters
- Escaping a forward slash in a regular expression
- Submit form and stay on same page?
- How can I use a variable in the replacement side of the Perl substitution operator?
- Difference of Two Arrays Using Perl
- When should I use the & to call a Perl subroutine?
- What's the difference between a hash and hash reference in Perl?
- How do you capture stderr, stdout, and the exit code all at once, in Perl?
- Verbs that act after backtracking and failure
- String compare in Perl with “eq” vs “==”
- What is the difference between library files and modules?
- How to extract string following a pattern with grep, regex or perl
- How can I pass command-line arguments to a Perl program?
- How can I extract URL and link text from HTML in Perl?
- Perl Dereferencing Syntax
- How can I run Perl system commands in the background?
- How to fix a locale setting warning from Perl
- Perl array vs list
- How should I use the “my” keyword in Perl?
- How do YOU manage Perl modules when using a package manager?
- How can I hook into Perl's print?
- What's the best way to make a deep copy of a data structure in Perl?
- Scraping dynamic content in a website
- How to extrace pg_backend_pid from postgresql in shell script and pass it to another process?
- Getting STDOUT, STDERR, and response code from external *nix command in perl
- How do I get the full path to a Perl script that is executing?
- How can I combine hashes in Perl?
- Perl read line by line
- Swap two columns - awk, sed, python, perl
- How can I dynamically include Perl modules without using eval?
- Translate Perl regular expressions to .NET
- Perl command line multi-line replace
- Does the 'o' modifier for Perl regular expressions still provide any benefit?
- What is the difference between new Some::Class and Some::Class->new() in Perl?
- How should I call a Perl Script in Java?
- Store and read hash and array in files in Perl
- Iterating hash based on the insertion order?
- How can I convert the stringified version of array reference to actual array reference in Perl?
- Why do my Perl tests fail with use encoding 'utf8'?
- How can I install CPAN modules locally without root access (DynaLoader.pm line 229 error)?
- What does the function declaration “sub function($$)” mean?
- Why can't I match my string from standard input in Perl?
- How can I manually interpolate string escapes in a Perl string?
- What are the differences between Perl, Python, AWK and sed?
- How do I daemonize an arbitrary script in unix?
- Check whether a string contains a substring
- extracting unique values between 2 sets/files
- How do I include functions from another file in my Perl script?
- How can I store the result of a system command in a Perl variable?
- Perl subroutine arguments
- How do you map-replace characters in Javascript similar to the 'tr' function in Perl?
- understanding and decoding the file mode value from stat function output
- How can I guess the encoding of a string in Perl?
- Why are Perl source filters bad and when is it OK to use them?
- Regex to match all HTML tags except <p> and </p>
- How do I change, delete, or insert a line in a file, or append to the beginning of a file in Perl?
- @ARGV is empty using ActivePerl in Windows 7
- How does Perl parse unquoted bare words?
- What is the difference between \1 and $1 in a Perl regex?
- Why do I have to specify the -i switch with a backup extension when using ActivePerl?
- Why doesn't my Perl one-liner work on Windows?
- ImageMagick Command-Line Option Order (and Categories of Command-Line Parameters)
- Delete ClearCase Views Script
- What's the difference between single and double quotes in Perl?
- How do I tell CPAN to install all dependencies?
- Perl build, unit testing, code coverage: A complete working example
- Perl compatible regular expression (PCRE) in Python
- Which cpan installer is the right one? (CPAN.pm/CPANPLUS/cpanminus)
- Using my with parentheses and only one variable
- How can I check if a file exists in Perl?
- What is the difference between my and local in Perl?
- What's the difference between iterating over a file with foreach or while in Perl?
- How do I lock a file in Perl?
- What's the best XML parser for Perl?
- How do I print unique elements in Perl array?
- Matching balanced parenthesis in Ruby using recursive regular expressions like perl
- Global symbol requires explicit package name
- What is the difference between `read` and `sysread`?
- How do I create then use long Windows paths from Perl?
- In Perl, how can I find the index of a given value in an array?
- How to use shell variables in perl command call in a bash shell script?
- How does a Perl program know where to find the file containing Perl module it uses?
- How can I run a system command in Perl asynchronously?
- What does !! (double exclamation point) mean?
- How can I run an external command and capture its output in Perl?
- Do you use an exception class in your Perl programs? Why or why not?
- How to ignore 'Certificate Verify Failed' error in perl?
- Why are use warnings; use strict; not default in Perl?
- Why is the Switch module deprecated in Perl?
- Does \w match all alphanumeric characters defined in the Unicode standard?
- What support is there for PCRE (Perl Compatible Regular Expressions) in common languages?
- Do you prefer “if (var)” or “if (var != 0)”?
- Fixing a file consisting of both UTF-8 and Windows-1252
- How do I extract the domain out of an URL?
- How can I use Perl libraries from PHP?
- Real-time intercepting of stdout from another process in Python
- How to pass a variable from a child process (fork by Parallel::ForkManager)?
- How do I connect to a MSSQL database using Perl's DBI module in Windows?
- Which Perl module would you recommend for JSON manipulation?
- How to create recursive hash of hash ? (With unlimited deep)
- Deleting a line from a huge file in Perl
- regex help on unix df
- How to escape dollar sign ($) in a string using perl regex
- Calling Perl script from PHP and passing in variables, while also using variablized perl script name
- Capturing text before and after a C-style code block with a Perl regular expression
- In Perl, what is the difference between accessing an array element using @a[$i] as opposed to using $a[$i]?
- how to delete the duplicate lines in file except the first matched line
- Create a multidimesional key of hash from array?
- Why can't I open files returned by Perl's readdir?
- Use of 'use utf8;' gives me 'Wide character in print'
- Find size of an array in Perl
- How can I get a call stack listing in Perl?
- What does “0 but true” mean in Perl?
- What is the meaning of @_ in Perl?
- Is there a static analysis tool like Lint or Perl::Critic for shell scripts?
- Extracting data from HTML table
- Is there an elegant zip to interleave two lists in Perl 5?
- How do I tell what type of value is in a Perl variable?
- Are Perl regexes turing complete?
- Perl DBD::Oracle Module installation
- How to store an IP in mySQL
- Perl Regex 'e' (eval) modifier with s///
- Converting relative path into absolute path?
- How to parse a string into a DateTime object in Perl?
- Regexp finding longest common prefix of two strings
- Demystifying the Perl glob (*)
- How can I conditionally use a module in Perl?
- How do I search and replace across multiple lines with Perl?
- I installed a module successfully with CPAN, but perl can't find it. Why?
- Can a Perl script install its own CPAN dependencies?
- How can I use Perl to grab text from a web page that is dynamically generated with JavaScript?
- How can I strip multiline C comments from a file using Perl?
- How do I convert a date/time to epoch time (unix time/seconds since 1970) in Perl?
- Perl Apache : Perl script displayed as plain text
- How can I generate all permutations of an array in Perl?
- What is the best XSLT engine for Perl?
- What do you get if you evaluate a hash in scalar context?
- How can I treat command-line arguments as UTF-8 in Perl?
- In Perl, is it appropriate to use map in void context instead of a foreach loop?
- What's the use of <> in Perl?
- Explain the deviousness of the Perl “preamble”
- How do I “flatten” a list of lists in perl 6?
- Why does !1 give me nothing in Perl?
- Why doesn't print output anything on each iteration of a loop when I use sleep?
- How to check availability of Perl, its version and presence of a required module?
- How do I retrieve the terminal width in Perl?
- How can I fork a background processes from a Perl CGI script on Windows?
- Local and Global variables in perl
- Perl regular expression to match an IP address
- How can I send Perl output to a both STDOUT and a variable?
- Why doesn't Perl's each() iterate through the entire hash the second time?
- SELECT all records that are 30 days old
- Why do hash keys have different order when printing?
- Which characters can be used as regular expression delimiters?
- Is object oriented exception handling in Perl worth it?
- What is indirect object notation, why is it bad, and how does one avoid it?
- Perl DBI - run SQL Script with multiple statements
- How to replace multiple any-character (including newline) in Perl RegEx?
- How can I start an interactive console for Perl?
- Command line: search and replace in all filenames matched by grep
- Which version of Perl should I use on Windows?
- Checklist for going the Unicode way with Perl
- How do you translate this regular-expression idiom from Perl into Python?
- How can I list all of the files in a directory with Perl?
- How can I get LWP to validate SSL server certificates?
- Mac OS: /usr/bin/env: bad interpreter: Operation not permitted
- How can I store regex captures in an array in Perl?
- How can I detect the operating system in Perl?
- How are nested capturing groups numbered in regular expressions?
- How do I list available methods on a given object or package in Perl?
- How can I obfuscate my Perl script to make it difficult to reverse engineer?
- How can I call Perl from Java?
- How can I match double-quoted strings with escaped double-quote characters?
- How to replace unicode characters by ascii characters in Python (perl script given)?
- How to match a substring in a string, ignoring case
- “inappropriate ioctl for device”
- How can I split a string into chunks of two characters each in Perl?
- How do I best pass arguments to a Perl one-liner?
- How can I send POST and GET data to a Perl CGI script via the command line?
- How can I create multidimensional arrays in Perl?
- How can I create XML from Perl?
- How should I install more than one version of Perl?
- Why should the shebang line always be the first line?
- binary sed replacement
- Are there any tools for finding memory leaks in my Perl program?
- Why don't I get any syntax errors when I execute my Python script with Perl?
- What's the most efficient way to check for duplicates in an array of data using Perl?
- How can I enter a password using Perl and replace the characters with '*'?
- How do I sanitize invalid UTF-8 in Perl?
- Why am I getting the last octet repeated when my Perl program outputs a UTF-8 encoded string in cmd.exe?
- How do I find a user's home directory in Perl?
- How can I represent sets in Perl?
- How can I test when a feature was added to Perl?
- How do I convert decimal to hexadecimal in Perl?
- What is //= in Perl?
- How does this regular expression work?
- How can I use bash syntax in Perl's system()?
- Why is parenthesis optional only after sub declaration?
- Sort Perl array in place
- Tool to convert regex between different language syntaxes?
- How do I create drag-and-drop Strawberry Perl programs?
- Character Translation using Python (like the tr command)
- How can I capitalize the first letter of each word in a string in Perl?
- Extracting matches from php regex
- How can I delete all /* */ comments from a C source file?
- Perl Connection Pooling
- Running job in the background from Perl WITHOUT waiting for return
- Perl Subroutine Prototyping — The correct way to do it
- Obtain patterns in one file from another using ack or awk or better way than grep?
- Run Perl Script From Unix Shell Script
- How can Perl's WWW::Mechanize expand HTML pages that add to themselves with JavaScript?
- How can I programmatically determine my Perl program's memory usage under Windows?
- How do I enable automatic folds in Vim?
- Regex Group in Perl: how to capture elements into array from regex group that matches unknown number of/multiple/variable occurrences from a string?
- Best way to give a variable a default value (simulate Perl ||, ||= )
- What's the difference between exists and defined?
- How can I check if a Perl module is installed on my system from the command line?
- How can I make Perl and Python print each line of the program being executed?
- Are Perl subroutines call-by-reference or call-by-value?
- How can I monkey-patch an instance method in Perl?
- How to match any non white space character except a particular one?
- Can Perl string interpolation perform any expression evaluation?
- Why use nginx with Catalyst/Plack/Starman?
- How can I protect against SQL injection attacks using Perl's DBI?
- Python equivalent of Perl's while (<>) {…}?
- How can I accept gzip-compressed content using LWP::UserAgent?
- Editing Photoshop PSD text layers programmatically
- How can I list all variables that are in a given scope?
- How can I assign two arrays to a hash in Perl?
- Which features of Perl make it a functional programming language?
- Why don't scripting languages output Unicode to the Windows console?
- Call Perl script from Python
- Is there a way to precompile a regex in Perl?
- How can I sort a Perl hash on values and order the keys correspondingly (in two arrays maybe)?
- Disable all CGI (php, perl, …) for a directory using .htaccess
- Perl regular expression: match nested brackets
- How to get the index of an element in an array?
- Capture the output of Perl's 'system()'
- What is the best way to handle exceptions in Perl?
- Running only one Perl script instance by cron
- Nested subroutines and Scoping in Perl
- How do I replace lines in the middle of a file with Perl?
- How to pass optional parameters to a Perl function?
- How can I match against multiple regexes in Perl?
- Should I use inheritance or composition?
- Download all images from a single directory of a website
- How can I find repeated letters with a Perl regex?
- How can I reinitialize Perl's STDIN/STDOUT/STDERR?
- gVim and multiple programming languages
- Net::Google::AuthSub login failed with new Google Drive version
- Uninstall all perl modules installed by cpan
- How to match string with diacritic in perl?
- Is returning a whole array from a Perl subroutine inefficient?
- In Perl, how can I block for a bunch of system calls to finish?
- Is there a Python equivalent to Perl's Data::Dumper for inspecting data structures?
- How can I store Perl's system function output to a variable?
- Why does adding one more alternative make my regex over 600 times slower?
- Does the autodie-pragma have influence on the encoding?
- Transpose in perl
- How can I use Perl to determine whether the contents of two files are identical?
- In a dict of dicts, how do you emulate Perl's auto-vivification behavior?
- Regex to match the longest repeating substring
- How do I escape special chars in a string I interpolate into a Perl regex?
- How can I read Perl data structures from Python?
- Deadlocks due to buffering. How does it work?
- Writing a persistent perl script
- What are the backticks `` called?
- Explain this perl code which displays common lines in 2 files
- Can I find a filename from a filehandle in Perl?
- How do I compare two hashes in Perl without using Data::Compare?
- Returning error messages from perl subroutines
- Why do regular expressions in Java and Perl act differently?
- Perl: mocking -d -f and friends. How to put them into CORE::GLOBAL
- TripleDES in Perl/PHP/ColdFusion
- How can I extract a string between matching braces in Perl?
- In Perl, how can I find out if my file is being used as a module or run as a script?
- How to replace string and preserve its uppercase/lowercase
- In what encoding does readdir return a filename?
- Perl rounding error again
- How do I disable autovivification in Perl?
- Decode UTF-8 URL in Perl
- List of Perl commands to manipulate Windows Excel with Win32::OLE module
- How can I check if a filehandle is open in Perl?
- How can I use a regular expression to validate month input?
- How can I replace a Perl hash key?
- How to convert Perl objects into JSON and vice versa
- Perl: Matching hash keys to a regular expression
- What is 4/16 in hashes?
- Remove BOM from string with Perl
- How can I selectively access elements returned by a Perl subroutine?
- Autoincrementing letters in Perl
- How can I send an HTML email with Perl?
- Is “\n” a vertical whitespace, i.e., should “\v” match it?
- In Perl how to find the date of the previous Monday for a given date?
- Parsing an array encoded in JSON through perl
- Seperate backreference followed by numeric literal in perl regex
- How do I call a function name that is stored in a hash in Perl?
- How can I safely pass a filename with spaces to an external command in Perl?
- How can I generate a range of IP addresses in Perl?
- How do I force LWP to use Crypt::SSLeay for HTTPS requests?
- How do we configure SSH using Perl in Windows?
- How can I remove an entire HTML tag (and its contents) by its class using a regex?
- XML::LibXML, namespaces and findvalue
- Why does Perl's glob return undef for every other call?
- Handling wide char values returned by Win32::API
- Perl threads with alarm
- Multilingual text sorting in Perl, on Windows, using locale
- How to make a hash available in another module
- How do I check if a scalar has a compiled regex in it with Perl?
- The simple way to sort based on values in a hash in perl
- Line breaking issue to move csv file in Linux
- What is a flip-flop operator?
- Why doesn't ||= work with arrays?
- How does --$| work in Perl?
- Perl - built-in function to “zipper” together two arrays?
- Detect and alter strings in PDFs
- How can I count overlapping substrings in Perl?
- Perl objects error: Can't locate object method via package
- Bulk renaming of files based on lookup
- Quoting in bash and perl in recursive ssh command
- Is it safe to rename files while using readdir?
- Perl script works but not via CRON
- What is the universal way to use file I/O API with unicode filenames?
- declaring a hash table in one file and using it in another in Perl
- How to create threads in Perl?
- Updating xml attribute value based on other with Perl
- How to get perl code output to STDOUT/STDERR and a file, in realtime and cross-platform?
- Extract a variable and add it to a separate XML file
- What does “-e” do inside an expression in Perl?
- Is the 'my $x if 0' trick usable for static variable creation for Perls before 5.10?
- Can't locate Git.pm in @INC
- Why can't I use the diamond operator with an array in Perl?
- How to separate words in a “sentence” with spaces?
- Is there such a thing as a list in scalar context?
- How do I use a variable as a regex modifier in Perl?
- Is there an equivalent of PHP's mysql_real_escape_string() for Perl's DBI?
- Is there any way to “auto-use” certain modules everytime I write a script?
- STDOUT redirected to variable not catching pipe output
- Using the ee modifier safely with the s/// operator when the right side is input from user
- Perl: add character to begin of a line
- How to Share ENV Variables Among Perl Scripts
- Why does the JSON module quote some numbers but not others?
- Getting all arguments passed to a subroutine as a string in Perl
- Can we set a variable used in a Perl script as environment variable?
- How to move up call stack exactly at point of error?
- Evaluating escape sequences in perl
- Perl Error while performing xslt transformation
- Apply multiple find and replace regex queries on multiple .txt files using a Perl code
- Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages?
- How do I update all my CPAN modules to their latest versions?
- How do I enter a multi-line comment in Perl?
- How can I de-install a Perl module installed via `cpan`?
- What is the Perl version of a Python iterator?
- What's the best online source to learn Perl?
- How to decrypt hash stored by bcrypt
- What is the best way to delete a value from an array in Perl?
- What is your latest useful Perl one-liner (or a pipe involving Perl)?
- How to compile a Perl script to a Windows executable with Strawberry Perl?
- What is the difference between parent and base in Perl 5?
- How do I get a file's last modified time in Perl?
- How do I get started writing a module for CPAN?
- Does Ruby regular expression have a not match operator like “!~” in Perl?
- How can I tell if a Perl module is core or part of the standard install?
- What is the difference between “||” and “or” in Perl?
- How to speed up MongoDB Inserts/sec?
- How do I check if a Perl scalar variable has been initialized?
- Obtain a switch/case behaviour in Perl 5
- How do I remove the first five elements of an array?
- Parsing and generating Microsoft Office 2007 files (.docx, .xlsx, .pptx)
- Is Perl's flip-flop operator bugged? It has global state, how can I reset it?
- What's the best way to document Perl code?
- How to generate an array with random values, without using a loop?
- What's the best way to make sure only one instance of a Perl program is running?
- What's the best way to discover all subroutines a Perl module has?
- How can I grab multiple lines after a matching line in Perl?
- How can I use __DATA__ twice?
- How can I get around a 'die' call in a Perl library I can't modify?
- Is there SQL parameter binding for arrays?
- How can I find all matches to a regular expression in Perl?
- What is the easiest way to get a key with the highest value from a hash in Perl?
- Install Perl modules with lots of dependencies on a machine without CPAN network access
- Perl Regex - Print the matched value
- How can I convert my JSON to CSV using jq?
- How to call a python script from Perl?
- NCurses and Perl, any guides?
- How can I add internationalization to my Perl script?
- binary search in an array in Perl
- “Variable length lookbehind not implemented” but it isn't variable length
- How do I read two items at a time in a Perl foreach loop?
- How do I run programs with Strawberry Perl?
- How to find maximum and minimum value in an array of integers in Perl?
- Using CPAN with a proxy failing after o conf init /proxy/
- How do I install a module? Strawberry Perl issues
- How fast is Perl's smartmatch operator when searching for a scalar in an array?
- Is there a difference between Perl's shift versus assignment from @_ for subroutine parameters?
- How can I substitute Unicode characters with ASCII in Perl?
- Switching to the system Perl using perlbrew
- How can I determine CPAN dependencies before I deploy a Perl project?
- Best way to have a formatted output with Perl
- Is the Perl Goatse 'Secret Operator' efficient?
- How to use foreach with a hash reference?
- What's the best way to deep copy a hash of hashes in Perl?
- What's the difference between tr/// and s/// when using regex in Perl?
- Decode an UTF8 email header
- How do I prevent List::MoreUtils from warning about using $a and $b only once?
- How can I find the newest created file in a directory?
- Perl script in bash's HereDoc
- How do I get the dirname of a file with Perl?
- How can I store captures from a Perl regular expression into separate variables?
- How can I partition a Perl array into equal sized chunks?
- Is Perl faster than bash?
- What should I put in my starter template for my Perl programs?
- Perl: Matching string not containing PATTERN
- How can I decode UTF-16 data in Perl when I don't know the byte order?
- Dump prepared sql query from DBI statement in PERL
- How many different ways are there to concatenate two files line by line using Perl?
- How can I translate Linux keycodes from /dev/input/event* to ASCII in Perl?
- What is the best option for building a plugin system for a Moose application?
- How can I get Perl's ref() function to return REF, IO, and LVALUE?
- Shell script working fine without shebang line? Why?
- How can I send a JSON response from a Perl CGI program?
- How do I know how many rows a Perl DBI query returns?
- How to find the amount of physical memory occupied by a hash in Perl?
- Is there a compact Perl operation to slice alternate elements from an array?
- Can you take a reference of a builtin function in Perl?
- Should I turn on Perl warnings with the command-line switch or pragma?
- Should I keep a file open or should I open and close often?
- Difference between returning +{} or {} in perl from a function, and return ref or value
- Get time in milliseconds without an installing an extra package?
- Perl Module Method Calls: Can't call method “X” on an undefined value at ${SOMEFILE} line ${SOMELINE}
- How can I use Perl's system call to spawn independent threads?
- Looking for advice on project. Parsing logical expression
- How can I print a matching line, one line immediately above it and one line immediately below?
- Perl: Use s/ (replace) and return new string
- Variable length look-behind
- How to tell apart numeric scalars and string scalars in Perl?
- Perl: What is the easiest way to flatten a multidimensional array?
- Decrypt obfuscated perl script
- How do I get the size of a file in megabytes using Perl?
- C#: Split string and assign result to multiple string variables
- Why does Git.pm on cygwin complain about 'Out of memory during “large” request?
- Why does this map block contain an apparently useless +?
- How do I tell CPAN.pm to install all modules in a specific directory?
- How to install pp (PAR Packager)?
- Schwartzian transform in Perl?
- Perl on Windows, file associations and I/O redirection
- How can I validate dates in Perl?
- How do I read a single character from STDIN using Perl on Windows?
- How can I update values on the screen without clearing it in Perl?
- strip HTML Tags with perl
- Why is it not possible to create a practical Perl to Python source code converter?
- Using Perl, how can I sort an array using the value of a number inside each array element?
- What does Perl return when a numeric comparison is false?
- How do I make parallel HTTP requests in Perl, and receive them back in order?
- How can I print the lines in STDIN in random order in Perl?
- How can I encrypt and decrypt passwords in a Perl CGI program?
- How can I fetch the last row I inserted using DBI?
- Why is modulus different in different programming languages?
- findIndex() method issue with internet explorer
- Perl operator: $|++; dollar sign pipe plus plus
- Why is Perl foreach variable assignment modifying the values in the array?
- Perl: Hash ref accessing array of keys
- Why does DateTime add a T separator to the timestamp?
- How do I detect if stdout is connected to a tty in Perl?
- Release of flock in case of errors?
- How can I redirect standard output to a file in Perl?
- Perl: Shebang (space?) “#! ”?
- In Perl, how do I get the directory or path of the current executing code?
- Best way to capture output from system command to a text file?
- How to traverse all the files in a directory; if it has subdirectories, I want to traverse files in subdirectories too
- Matching a regular expression multiple times with Perl
- Which package from CPAN should I use to send mail?
- does java support if-then-else regexp constructs(Perl constructs)?
- Perl, dynamically include package
- Calling perl subroutines from the command line
- Is there a Perl equivalent of Python's re.findall/re.finditer (iterative regex results)?
- Printing an array within double quotes
- How can I sort an array or table by column in Perl?
- How can I efficiently match many different regex patterns in Perl?
- How do I create a Unicode directory on Windows using Perl?
- How do I use beta Perl modules from beta Perl scripts?
- Getting names of directories under given path
- How can I compile my Perl script so to reduce startup time?
- How to detect latin1 and UTF-8?
- How to view the code block genereated by n or p switch in perl one liner
- Accessing shell variable in a Perl program
- How to use an array reference to pairs of elements
- Increment (++) and decrement (--) strings in Perl
- Perl assignment with a dummy placeholder
- How can I remove external links from HTML using Perl?
- How can I match everything that is after the last occurrence of some char in a perl regular expression?
- How does Perl know a file is binary?
- split() but keep delimiter
- In perl, backreference in replacement text followed by numerical literal
- Why does “Year 2010” =~ /([0-4]*)/ results in empty string in $1?
- How do I write a file whose *filename* contains utf8 characters in Perl?
- Help understanding global flag in perl
- Looping through an array of hashes in Perl
- How can you determine what Perl module is causing “undefined symbol: Perl_Tstack_sp_ptr?”
- Dynamically/recursively building hashes in Perl?
- Why is lookahead (sometimes) faster than capturing?
- in perl, how do we detect a segmentation fault in an external command
- How can I set a static variable that can be accessed by all subclasses of the same base class (Perl/Moose)?
- How can I limit the time spent in a specific section of a Perl script?
- Using -e and -s switch in perl
- perl alarm with subprocess
- Use of colon in method and function calls in Perl 6
- In Perl, how can I change an element in an XML file without changing the format of the XML file?
- Split one file into multiple files based on pattern (cut can occur within lines)
- Why does my command-line not run from cron?
- Can you include PHP in a Perl file?
- How do I connect to an MS Access database using Perl?
- How to enforce a definite timeout in perl?
- How to successfully run Perl script with setuid() when used as cgi-bin?
- How can I replace a particular character with its upper-case counterpart?
- Why declare Perl variable with “my” at file scope?
- Regex: delete contents of square brackets
- How to set a list of scalars from a perl hash ref?
- Using Bash environment variables from within a Perl script?
- finding words surround by quotations perl
- Propagation of signal to parent when using system
- Executing system commands safely while coding in Perl
- Perl not printing properly
- How to spawn other programs within perl script and immediately continue Perl processing?
- sclite (SCTK) `make check` faliure, C++/perl/Cygwin, Safe to use Perl4 stuff?
- input to the program with all the strings in an array one by one
- How to match Unicode vowels?
- Fastest CSV Parser in Perl
- How do I output a text table in Perl?
- What Perl regex can match CamelCase words?
- Why does Perl say Global symbol “SYMBOL” requires explicit package name at PROGRAM.pl line X?
- PowerShell multiple string replacement efficiency
- How to fetch HTTP headers in perl when using CGI
- Getting absolute path to perl executable for the current process
- How to calculate date difference in perl
- Nested dereferencing arrows in Perl: to omit or not to omit?
- Does PHP have a default assignment idiom like perl?
- Perl - call an instance of a class
- Perl script runs in terminal but doesn't run when invoked from Java program
- Where does pp (PAR) unpack add (-a) files?
- To fork or not to fork?
- How to search & replace arbitrary literal strings in sed and awk (and perl)
- How can I expand a string like “1..15,16” into a list of numbers?
- a program to monitor a directory on Linux
- Is there a .NET equivalent of Perl's LWP / WWW::Mechanize?
- perl, removing elements from array in for loop
- Regex speed in Perl 6
- How can I use a query with placeholder inside quotes? (perl / postgresql)
- How to use different separators (/ , |) in a regular expression
- Is Perl optimized to skip remaining logic operands if the answer is already decided?
- Find combinations of numbers that sum to some desired number
- How do I count the number of occurrences of a string in an entire file?
- How do I average column values from a tab-separated data file, ignoring a header row and the left column?
- File Manipulation: Scripting Question
- How can I export an Oracle table to tab separated values?
- is it allowed to pass pipes to constructors?
- Building a local CPAN repository
- How to match Chinese character using perl's regex
- Is it possible something like lvalue of perl or setf of lisp in python?
- Perl add <a></a> around words within an HTML/XML tag
- Extract Table Contents using Perl
- Perl - What scopes/closures/environments are producing this behaviour?
- Odd number of elements in hash assignment with default
- How can I do a global regular expression match in Perl?
- How do I split a string into an array by comma but ignore commas inside double quotes?
- sed command working on command line but not in perl script
- How can I produce a PDF file using data in an XML file, in Perl?
- How can I combine two strings and treat the result as the name of a variable?
- how to find the lengh of the input in an array and match pattern in perl
- In Perl, how can I produce a PDF file using data in an XML file?
- Python for a Perl programmer
- What's the safest way to iterate through the keys of a Perl hash?
- Best way to iterate through a Perl array
- How do Perl method attributes work?
- What are some good Perl debugging methods?
- How do I download a file using Perl?
- How do I find the module dependencies of my Perl script?
- The correct way to read a data file into an array
- How do I install Perl libraries in Cygwin?
- How do I use a Perl module from a relative location?
- What should every Perl hacker know about perl -ne?
- Does Perl have an enumeration type?
- How can my Perl script find its module in the same directory?
- How do I make private functions in a Perl module?
- Automatically get loop index in foreach loop in Perl
- Is Perl a compiled or an interpreted programming language?
- What is the best Perl module to use for creating a .pdf from scratch?
- How do I pass a hash to a function in Perl?
- In Perl, how can a subroutine get a coderef that points to itself?
- How can I specify timeout limit for Perl system call?
- The good, the bad, and the ugly of lexical $_ in Perl 5.10+
- How do I call Perl script in C# application?
- What does “1;” mean in Perl?
- Perl map - need to map an array into a hash as arrayelement->array_index
- What is the significance of an underscore in Perl ($_, @_)?
- What is the proper way to check if a string is empty in Perl?
- How to check if today is a weekend in bash?
- What is the best way to determine if a scalar holds a filehandle?
- How to convert a simple hash to json in Perl?
- Sending mail via SMTP in Perl
- Perl or Python: Convert date from dd/mm/yyyy to yyyy-mm-dd
- How can I learn to write well-structured programs in Perl?
- How to extract a number from a string in Perl?
- Making self-logging modules with Log::Log4perl
- In Perl, how to remove ^M from a file?
- How can I unit test Perl functions that print to the screen?
- How can I get the name of the current subroutine in Perl?
- How can I read piped input in Perl on Windows?
- Can I create Java-like interfaces in Perl?
- Trying to find all the kernel modules needed for my machine using shell script
- perl: how to sort a JSON structure on something other than “root” key attributes
- Why does Programming Perl use local (not my) for filehandles?
- How can I filter an array without using a loop in Perl?
- Determining the subroutine name of a Perl code reference
- simple inter-process communication
- Print current directory using Perl
- How can I allow undefined options when parsing args with Getopt
- How can I extract the matches from the Perl match operator into variables?
- What is the recommended way to encrypt user passwords in a database?
- perl: Uncaught exception: malformed UTF-8 character in JSON string
- How can I redefine Perl class methods?
- How can I create a portable perl when I can't install modules on the target host?
- Simulating host unreachable - how to achieve/implement it
- Perl in place editing within a script (rather than one liner)
- Perl HTTP server
- What's the simplest way to make a HTTP GET request in Perl?
- How do I force a stack backtrace for all fatal errors in Perl?
- How can I get a only part of a hash in Perl?
- Can I use named groups in a Perl regex to get the results in a hash?
- How do I distinguish a file from a directory in Perl?
- How can I determine the type of a blessed reference in Perl?
- How do I use a perl variable name properly within backticks?
- Perl - Global variables available in all included scripts and modules?
- What's a good development environment for Perl?
- How to POST content with an HTTP Request (Perl)
- Appending a string variable to a fixed string in Perl
- Can Perl be “statically” parsed?
- How can I access the meta class of the module my Moose role is being applied to?
- What character replacements should be performed to make base 64 encoding URL safe?
- Is there a Perl or Python library for ID3 metadata?
- How can I create a binary file in Perl?
- How can I call a Perl package I define in the same file?
- How do I count the characters, words, and lines in a file, using Perl?
- What's the best way to get the last N elements of a Perl array?
- How do I create a directory and parent directories in one Perl command?
- How can I set environment variables in my Linux service for Asterisk even though it doesn't have a real user?
- How to install XML::Parser without expat-devel?
- Linking languages
- Should I escape shell arguments in Perl?
- How can I do 64-bit arithmetic in Perl?
- How can I determine the bitness of the OS using Perl on Windows?
- How can I use Perl to send and HTTP request with a cookie?
- Can't locate local/lib.pm in @INC at /usr/share/perl/5.14/CPAN/FirstTime.pm
- How can I walk through two files simultaneously in Perl?
- Extract text from a multiline string using Perl
- Perl using the special character &
- Error: 500 Can't connect to example.com:443 (certificate verify failed)
- Calling outside subs and modules in Template Toolkit without Plugins?
- How can I call a DLL from a scripting language?
- Perl seek function
- What is the easiest way in pure Perl to stream from another HTTP resource?
- Include Perl in Java
- How can I fix my regex to not match too much with a greedy quantifier?
- How can I escape text for an XML document in Perl?
- What would be the best place to start learning AJAX (I have Perl as a backend)
- Perl: Compare Two CSV Files and Print out differences
- Perl $$var — two dollar signs as a sigil?
- Is there a one-liner to get the first element of a split?
- Perl: What exact features does 'use 5.014' enable?
- ack-grep: chars escaping
- How to subtract an array from an array?
- Indexing directly into returned array in Perl
- Which file is Perl's diamond operator (null file handle) currently reading from?
- Array element automatically set to undef won't change when aliased?
- What does $#array mean in Perl?
- Perl: How do I remove the first line of a file without reading and copying whole file
- How can I sort a list of strings by numbers in them?
- How can I escape meta-characters when I interpolate a variable in Perl's match operator?
- How can I use a C++ class from Perl?
- What's the most defensive way to loop through lines in a file with Perl?
- Removing new line after a particular text via bash/awk/sed/perl
- Is there a portable Perl?
- How do I mock Perl's built-in backticks operator?
- General approach for (equivalent of) “backreferences within character class”?
- Array in value of hash perl
- How can I pass on my Bash loop variable to the Perl interpreter?
- How to Install DBD::Oracle in Strawberry Perl
- Why is `$@` untrustworthy?
- How to install mod_perl 2.0.9 in Apache 2.4 on OS X Yosemite?
- How to compile perl with DEBUG_LEAKING_SCALARS?
- Should I use autobox in Perl?
- how to run piece of code just before the exit of perl script
- How can I parse relative dates with Perl?
- Perl split list on commas except when within brackets?
- Linux/Perl: Additional output buffers other than STDOUT and STDERR?
- Why doesn't Perl support interpolation of hashes in double quotes?
- How do I set a ulimit from inside a Perl script that applies to its children?
- How can I do a full-text search of PDF files from Perl?
- Perl: Threading with shared multi-dimensional hash
- How to make Win32::OLE work on 64bit MS OFFICE installation
- Linux command to replace string in LARGE file with another string
- Parsing of a logical expression and converting it to a tree in Perl
- Perl: How to get IO::Socket::INET timeout after X seconds?
- How can I build multiple attributes with a single builder in Moose?
- Perl CGI to download a file via web browser
- TCP, HTTP and the Multi-Threading Sweet Spot
- How to downgrade to perl 5.10.1?
- Extract e-mail address from string using r
- Fast Way to Find Difference between Two Strings of Equal Length in Perl
- Can Perl's CGI.pm process Firefox's <input type=“file”, multiple=“”> form fields?
- How can I fork a Perl CGI program to hive off long-running tasks?
- Why does my Perl program complain “Can't locate URI.pm in @INC”?
- How can I search the Outlook (2010) Global Address List for a name?
- What does the `->` syntax mean in Perl?
- Installing a perl module from CPAN on XAMPP for Windows
- Rounding decimal numbers in perl, wrong result
- bash merge files by matching columns
- Perl split with empty text before/after delimiters
- How do I repeat a character n times in a string?
- What is a “dual-life” module?
- How to check if a Perl script doesn't have any compilation errors?
- How do I elegantly print the date in RFC822 format in Perl?
- python equivalent to perl's qw()
- The <DATA> syntax in perl
- Convert Unix timestamp to a readable date in Perl
- What is the difference between lexical and dynamic scoping in Perl?
- nohup VERBOSE=1 perl script.pl
- How do you explicitly destroy an object in Perl?
- Regular expression for a JIRA identifier
- How do I get the current user in Perl in a portable way?
- perl script to recursively list all filename in directory
- Why does “try” not cause an undefined subroutine error?
- How do I get yesterday's date using localtime?
- How can I separate a full path into directory and filename?
- Perl DBI insert multiple rows using mysql native multiple insert ability
- What is the difference between lists and arrays?
- Is there a Perl or Lua alternative to Capistrano?
- Why doesn't the .* consume the entire string in this Perl regex?
- What's the best system for installing a Perl web app?
- Why doesn't Perl's foreach require its variable to be declared with my?
- How can simply send info to stdout in a Test?
- How can I open a Unicode file with Perl?
- What do dollar, at-sign and semicolon characters in Perl parameter lists mean?
- Why does an undef value become a valid array reference in Perl?
- Finding files with Perl
- How do you start a background process in Perl?
- Flushing Perl STDIN buffer
- HTTP multipart response using Perl or PHP
- In Perl, how can I wait for threads to end in parallel?
- mechanize for Java
- Perl CORE::say vs -E
- Perl: printing Unicode strings to the Windows console
- Can the Perl debugger save the ReadLine history to a file?
- How can I use Unicode characters in Perl POD-derived man pages?
- Are there any good automated frameworks for applying coding standards in Perl?
- Why is '0' false in Perl?
- Perl search and replace the last character occurrence
- How can I show the query time in Perl, DBI?
- How can I stream JSON from a file?
- Find week of a year given the date in mm/dd/yyyy
- Avoiding mix of certain arguments to script
- How can I set the file-read buffer size in Perl to optimize it for large files?
- Is there a way to watch a mysql database for changes using perl?
- How to truncate STDIN line length?
- how to trim file - remove the columns with the same value
- Is there a Python equivalent to the Perl “/x” modifier for regular expressions?
- Perl simple comparison == vs eq
- Is it faster to use alternation than subsequent replacements in regular expressions
- How can I create a schema from an example XML document in Perl?
- How to extract IP addresses from a text file using Perl?
- Hashing function for mapping integers to a given range?
- How can I easily bulk rename files with Perl?
- Perl can't find module when run from cron.daily
- PerlEmbed - C# - Mono - Linux
- Why is Perl's $? returning the wrong value for the exit code of a forked process?
- Perl regex substitution using external parameters
- How can I archive a directory in Perl like tar does in UNIX?
- perl backticks: use bash instead of sh
- Replace commas with pipes, but not the commas enclosed in double quotes
- progress bar in command line perl script
- Running system command under interactive bash shell
- Perl: Capturing correct return value from 'system' command
- Perl regexp matching for strings with special characters
- When setting up Perl code to run as either a script or module, what is the reason for __PACKAGE__?
- How can I run Perl test suite automatically when files change?
- perl DBIx sqlite {sqlite_unicode=>1}?
- PERL Email::Send::Gmail Cannot connect to Gmail account on Windows 7
- How can I run a Perl script as root yet still affect user gconf settings
- How to pipe the content of a variable as STDIN in a qx{} statement in Perl?
- Should I use HTML::Parser or XML::Parser to extract and replace text?
- What is the exact meaning of the find2perl perl shebang + eval?
- replace text based on a dictionary
- Perl: how to make variables from requiring script available in required script
- Perl fork and kill - kill(0, $pid) always returns 1, and can't kill the child
- Is it possible to use a Perl hash in a manner that has `O(log(n))` lookup and insertion?
- What does -> operator do in Perl?
- How can I get the command-line output of a DOS tool using Perl?
- Twitter LED Timeline
- perl: executing multiple systems processes and waiting for them to finish
- What does the “-s” in a Perl if block do?
- How can I detect a blank line in Perl?
- How can I get dynamically web content using Perl?
- Why should I use XPathContext with Perl's XML::LibXML?
- Using Dumper not triggering a failure
- How to use perl for SMTP connection with user and SSL Auth and send emails with attachment
- Removing spaces between single letters
- Filling space/tab separated, empty columns with 0
- perl file size calculation not working
- How do scripting languages use sockets?
- What is the best way to gunzip files with Perl?
- Simplest way to match 2d array of keys/strings to search in perl?
- How can I list files under a directory with a specific name pattern using Perl?
- How can I compare different elements of array in Perl?
- Matching two words with some characters in between in regular expression
- Perl: Using a hash as a reference is deprecated
- Why is Perl so afraid of “deep recursion”?
- Why is this A0 character appearing in my HTML::Element output?
- Scripts broke after upgrading LWP “certificate verify failed”
- Perl How do I retrieve an array from a hash of arrays?
- When should I use Perl CGI instead of PHP (or vice versa)?
- How to use etrace with a dynamic library for chronological traceing of function calls in C++?
- printf how to do floating points with leading zeros
- How to prompt for input and exit if the user entered an empty string?
- What's the maximum number of numbered regex captures?
- Is there a less clumsy alternative for copying up to “n” array elements?
- How do I read fixed-length records in Perl?
- Why does only one of these tell me “Modification of a read-only value attempted”?
- Why does constraining a Perl 6 named parameter to a definite value make it a required value?
- Is Moose really this slow?
- How do I redefine built-in Perl functions?
- what is difference between namespace, package and module in perl?
- %ENV doesn't work and I cannot use shared library
- How can I inline Perl subroutines?
- How can I make changes to only the first line of a file?
- Why do printf and sprintf behave differently when only given an array?
- Finding palindrome using regex
- perl query using -pie
- How to check if variable is declared in perl?
- Is Perl guaranteed to return consistently-ordered hash keys?
- How can I tell if a Perl script is executing in CGI context?
- sending JSON dates to google charts API from Perl
- How can I get Perl to detect bad UTF-8 sequences?
- Perl: how to use string variables as search pattern and replacement in regex
- Regex for uppercase Unicode does not match “Ó”?
- Parse fixed-width files
- Match exactly N repetitions of the same character
- Perl: what does checkstack.pl in linux source do?
- make perl shout when trying to access undefined hash key
- how to source a shell script [environment variables] in perl script without forking a subshell?
- Perl: array reference versus anonymous array
- perl encapsulate single variable in double quotes
- Is there a way to capture a subroutine's print output to a variable so I can send it to stderr instead?
- In Perl, how can I determine if a subroutine was invoked as a method?
- handle lwp timeout effectively
- Why is this Perl 6 feed operator a “bogus statement”?
- how to get POST values in perl
- Arrays and negative indexes in Perl
- How do I load a module at runtime in Perl?
- How can I tell if a set of parens in Perl code will act as grouping parens or form a list?
- Writing to read-only attributes inside a Perl Moose class
- Override case sensitive regex in Perl
- Experimental values on scalar is now forbidden - perl
- A strict regular expression for matching chemical formulae
- Why does XML::LibXML find no nodes for this xpath query when using a namespace
- How can I auto-indent XML nodes with XML::LibXML?
- How to calculate a date a week ago from today
- Strategies to handle a file with multiple fixed formats
- Escaping special characters in Perl regex
- How to compare string date time in perl?
- Convert seconds to days, hours, minutes using Perl
- How can I continuously inform the user of progress from a Perl CGI script?
- What version of XPath is implemented in XML::LibXML?
- How to read data from xlsx in perl
- Perl: Win32::OLE and Microsoft Outlook - Iterating through email attachments efficiently
- How can I find the next date of given date using perl?
- Can the empty list be in scalar context?
- Check the list of module installed in machine
- Recursively printing data structures in Perl
- Randomly selecting lines from files
- Determine whether a file is in use in Perl on Windows
- Can you colorize specific lines that are grepped from a file?
- Perl on MacOS X 10.6.2: GDBM_File missing, how to install or work around?
- What's the best way to determine the total number of words of a file in Java?
- How can I match multi-line patterns in the command line with perl-style regex?
- Perl execution from command line question
- Can I name an anonymous array in Perl?
- How do I calculate a p-value if I have the t-statistic and d.f. (in Perl)?
- Regex to match only innermost delimited sequence
- How to use a Moose class defined in the same file as the main script?
- How can I convert a string into a regular expression that matches itself in Perl?
- CPAN installing modules into perl5 instead of site_perl
- Non Perl files that need to be installed with CPAN distribution?
- Markdown -> Showdown bug in detab regex?
- Is it possbile to test for expected errors when the testee exits with failure using TAP within Perl?
- how to pass arguments to system command in perl
- how to change date-format in a log file using bash, avoiding while loop
- How to send data to Perl script via ajax?
- Which recommended Perl modules can serialize Moose objects?
- Is there a good obfuscater for Perl code?
- Perl Regex to get the root domain of a URL
- How can I run Perl on web servers?
- How to replace ^M with a new line in perl
- Does PostgreSQL keep its pl* interpreters loaded persistently?
- Getopt::Long getting a string with spaces into a variable
- How to create a init-script for an Perl catalyst application running on nginx with fastcgi and perlbrew
- how to get the filename along with absolute path to the file, whenever a new file is created using inode in linux?
- combine files consisting of two columns
- Pattern matches an hyphen too
- Parse Output of Command into Variable LIVE (Network Traffic Monitoring)
- perl fork() exec() , child process gone wild
- How can I assign a boolean condition result to a scalar variable in perl?
- Parsing of parenthesis with sed using regex
- How do I replace a token with increasing numbers in Perl?
- chomp in perl not working as expected
- Passing a 2D array from one Perl script to another
- Perl wrongly complaining about Name “main::FILE” used only once
- Changing keys in a “for ( keys %hash ) {}”-loop
- How can I use IO::Scalar with Image::Magick::Read()?
- Perl Regex To Condense Multiple Line Breaks
- how to convert the perl hash string reference to perl hash reference
- Why is my image download CGI script written in Perl not working?
- Reading from Windows registry in Perl
- When to use defined
- Capturing the output of STDERR while piping STDOUT to a file
- How can I run perl and ruby scripts as tasks in ant?
- Trying to use DateTime. What's wrong?
- How can I kill a program that might not exist from Perl on Win32?
- Perl - find and save in an associative array word and word context
- Using perl's XML::LibXML how do you use XML Prefixes and not xmlns attributes?
- How can I extract a substring up to the first digit?
- How to perform search-and-replace within given $start-$end ranges?
- how to call single perl script to run parallely through loop for different input parameters
- Importing environment variables to Perl
- what is the best way to hanlde optional url arguments in a Catalyst controller?
- How can I send email attachment without using an additional library in Perl?
- Is there a Perl module for parsing numbers, including ranges?
- Download files with Perl
- perl multiline string regex
- git-filter-branch to remove strings, but where strings contain $ ' \ and other characters
- How to delete a pattern when it is not found between two symbols in Perl?
- Match and Count the Data Matrix in R
- perl reference and dereference on return statement
- What is the equivalence of perluniprops in python?
- In Perl, how can I watch a directory for changes?
- Perl: Generating Arrays inside a Complex Hash
- Read in a template file, populate using user input and and generate a new file
- Why can't my Perl program create files over 4 GB on Windows?
- Sorting a Hash of Hashes of Array of Arrays in Perl
- Change an XML file content via Perl script
- Why don’t word characters (\w) match right under the use locale pragma?
- reading a file from remote host using perl
- Read and Write to a file in perl
- Using Perl, Python, or Ruby, how to write a program to “click” on the screen at scheduled time?
- With a utf8-encoded Perl script, can it open a filename encoded as GB2312?
- Sorting hash keys by Alphanumeric sort
- Apache2 CGI Execution Permission Denied
- Perl : Print Name of Array Passed to sub routine
- Git log JSON *with changed files*
- How to pause real time in Perl
- reverse doesn't use $_ implicitly in list context, is this a bug?
- Apply Perl RegExp to Remove Parenthesis and Text at End of String
- how to read and change <!Doctype> tag and <?xml version=“1.0”?> in xml twig?
- How to extract FASTA sequences from a file using sequence IDs in adifferent file?
- How do I extract links from HTML with a Perl regex?
- Use of double negation (!!)
- How can I handle hash keys containing illegal identifier characters in Template Toolkit?
- How can I set file permissions from Perl?
- In Python what's the best way to emulate Perl's __END__?
- How can I swap two Perl variables without using the third?
- alternative to readarray, because it does not work on mac os x
- Using Perl, how do I compare dates in the form of YYYY-MM-DD?
- Can't find string terminator “str” anywhere before EOF
- How can I create a Perl subroutine that accepts more than one block?
- How do I read the contents of a small text file into a scalar in Perl?
- Perl 6 error message: Malformed UTF-8 in block <unit>
- Handling multiple file uploads with Plack
- Removing CRLF (0D 0A) from string in Perl
- “isn't numeric” error in “sort” after “uniq”
- How can I reverse-engineer a Perl program that has been compiled with perlcc?
- Java equivalent of Perl's hash
- How do I create a hash of hashes in Perl?
- How can I merge PDF files with Perl?
- Perl New Line separator issue
- Why is my Perl program failing with Tie::File and Unicode/UTF-8 encoding?
- How to use word break, asterisk, word break in Regex with Perl?
- Why is using a POSIX character class in my regex pattern giving unexpected results?
- How can I convert between scientific and decimal notation in Perl?
- Creating multiple csv files from data within a csv file
- Cannot load `Cwd` (and other, non-core, modules) at runtime
- How can I set Perl's inclusion path for modules for a CGI script?
- How do you check if a file is open using Perl?
- How to concatenate $1 with number in a regex
- Alternate for making such a thing work in perl : `for(10…0)`
- Where can I find information about Perl's special variables?
- Why does is this end of line (\\b) not recognised as word boundary in stringr/ICU and Perl
- can you use libraries in PL/Perl
- How can I properly align UTF-8 strings with Perl's printf?
- Why does Perl complain about “Unsuccessful stat on filename containing newline”?
- perl shasum vs bash shasum
- What is the result of Perl's &&?
- How do I install XML::LibXML for ActivePerl?
- bareword found where operator expected
- Why does Perl and /bin/sha1 give different results?
- Perl Scripts on Windows 10 run from Explorer but not Command Prompt
- Why does encode delete the argument?
- How can I find the final URL after all redirections in Perl?
- How can I change extended latin characters to their unaccented ASCII equivalents?
- Perl forward SIGINT to parent process from `system` command
- Using Perl modules vs. using system() calls
- Perl CGI with HTTP Status Codes
- 'use warnings' vs. '#!/usr/bin/perl -w' Is there a difference?
- How can I run external programs using Perl 6? (e.g. like “system” in Perl 5)
- What are the weaknesses of Perl's srand() default seed, post version 5.004?
- Perl DBI without accessing the database
- Are perl5 libraries are importable in perl6?
- LWP::UserAgent and 500 SSL negotiation failed
- What's the history of the + in front of a hashref that disambiguates from a code block?
- How to have Moose return a child class instance instead of its own class, for polymorphism
- Merge hashes with arrays with Hash::Merge
- How do I download a file with WWW::Mechanize after it submits a form?
- How do I return nothing from a subroutine?
- Using Powershell to search for specific strings in the last x lines of very large log files
- linking to a C shared library using perl XS
- How can I grep and sort text files using Perl?
- Converting array of numbers to json in perl, getting array of strings
- Why is there a + before the first left parenthesis following print in this Perl example?
- CSV into hash
- Split binary number into groups of zeros and ones
- Read-write lock in Perl
- Strange values/behavior of $_
- Perl shift operator simple question
- How can I find the newest .pl file in a directory and all its subdirectories using Perl?
- How can I print a two-dimensional array in Perl?
- Utf8 correct regex for CamelCase (WikiWord) in perl
- Perl, make script timeout after x number of seconds?
- Regex matching a word with numbers in it
- perl bug when STDIN, STDOUT and STDERR get closed?
- How can I parse a strftime formatted string in Perl?
- Using a hash with object keys in Perl 6
- How do I re-install a cpan-autobundle
- Cannot install GD module on darwin 13.0.1 using cpan
- ack does not work when run from “grep-find” in Emacs on Windows
- What does $;$ mean in a Perl function definition?
- Why am I getting an “Out of memory” error with Perl's XML::Simple?
- Should this Perl 6 CATCH block be able to change variables in the lexical scope?
- Why is '$_' the same as $ARGV in a Perl one-liner?
- Regular expression to match any vertical whitespace
- How to stop a Win32 service started with Win32::Daemon?
- How to get Capture::Tiny to print stderr and stdout upon failure?
- use strict; behaviour not working as expected in Perl wrt $a and $b
- issues installing perl DBI-mysql in windows
- Perl regular expression to find a exact word
- What is the meaning of the “keys %+” in perl?
- Get redirected url in perl
- Could File::Find::Rule be patched to automatically handle filename character encoding/decoding?
- How to put a sub inside a regex in Perl 6?
- Provision of switching Devel::Cover on/off
- add and element to xml file in perl
- Matching degree-based geographical coordinates with a regular expression
- Perl + Curses: Expecting a UTF-8 encoded multibyte character from getchar(), but not getting any
- Is there a way to get Perl to support wildcard command-line arguments like “*.txt” on Windows?
- Is there a way to make Perl regex searches case-insensitive?
- ppm doesn't work after installing ActiveState Perl
- How can I conditionally import a package in Perl?
- Determining if a URI is valid using Perl regex
- run Build.pl non-interactive
- How to ignore the single and double dot entries in Perl's readdir?
- How can I kill a Perl system call after a timeout?
- DBD::CSV and placeholders
- How to rename multiple files in a folder with a specific format?
- Counting and manipulating occurrences in text file (Perl)
- Why does DBI implicitly change integers to strings?
- Replacing multiple occurrences of a char between two string patterns
- How do I set `SO_RCVTIMEO` on a socket in Perl?
- Is there a Perl equivalent of Buildout or RVM?
- Sorting a hash in Perl when the keys are dynamic
- Perl regex with pipes
- Perl script versus one-liner - differences in functionality with regex
- How do you sort parallel arrays in Perl?
- How to create a dict equivalent in Python from Perl hash?
- Convert a DBIx::Class::Result into a hash
- perl, read blocking using IO::Select and IO::Socket::INET
- Perl - Insert lines after a match is found in a file
- Perl - Include package from relative path, which includes another package from a relative path?
- How to catch timeout exception with IPC::Run on Windows 10?
- Perl: After Chomping a string, it does not print the string's value
- Perl regex: replace all backslashes with double-backslashes
- Perl regex to extract floating number
- Flush output of child process
- How can I iterate through nested arrays?
- How to convert a Perl hash-of-hashes to a more flexible data structure?
- How to add subscripts to my custom Class in Perl 6?
- How to substitute dates in Perl?
- perl inside bash: How to call perl on a script saved in a string
- Is there something like Perl's Win32::FileNotify for Linux or OS X?
- Embedding a module within a Perl program
- Is there an easy way to chunk a text file into brace-balanced sections?
- Does scientific notation affect Perl's precision?
- Perl closing pipe without error
- Remote images displaying only sometimes
- Help me understand this Perl statement with <<'ESQ'
- Script showing bad interpreter and will not run
- How to scrape, using LWP and a regex, the date argument to a javascript function?
- Can a hash key have multiple 'subvalues' in perl?
- XML::LibXML issue finding XML nodes with a namespace
- Perl & Image::Magick, getting color values by pixel
- Why is Perl regex \K not excluding the pattern matched before \K?
- Simple way to format date
- Lengthy perl regex
- (regex) retrieve whole phrase with specific word between 2 symbols
- Given the full path to a file, how do I get just the path without the filename?
- How can I embede chinese characters in my Perl source?
- Perl how to read a line from a file handle that is an array element
- Is XML::LibXML not supported on Perl 5.8.8?
- Perl latin-9? Unicode - need to add support
- How can I get the CPU time for a perl system call?
- Perl equivalent of (Postgre)SQL BETWEEN operator?
- Google app engine receiving audio binary stream
- How to read every 3 lines in perl?
- Print a file in multiple columns based on delimiter
- Suggestions for Creating an Image for Each Word in a Text
- sed, replace globally a delimiter with the first part of the line
- How to use XML::LibXML to parse an XML document and build a Perl hash
- How do I access captured substrings after a successful regex match in Perl?
- XML Parsing with nested tags in perl
- How to compare 2 arrays and split in 3 groups?
- Read config hash-like data into perl hash
- Can i suppress error message from fetch.pm in Perl
- How to get with Curses the window-size from a resized window?
- Email subject MIME encoding in Perl.
- How do I make a new Moose class and instantiate an object of that class at runtime?
- Pass variables around the around method modifier
- How to check if “s” permission bit is set on Linux shell? or Perl?
- Perl PAR PP - Don't work /tmp/par-726f6f74/inc/lib/Mojo/resources/html_entities.txt
- Attempting to inline Java into Perl via the Inline::Java module
- Perl Variable value is representing another variable
- Perl Checking if a scalar contains one of the elements in an array
- Dancer2 not writing anything to a log file or maybe not reading config file
- Why after the while loop I am only getting last row value?
- How to display 4/25/10 to 2010-25-04?
- Pass hash to subroutine comes to error in perl
- string comparison for hash keys in perl
- Perl reading file, printing unique value from a column
- Trouble Parsing XML File Using Perl
- Perl warning printed without 'use warnings' or -w in any files
- Multiple substitutions with a single regular expression in perl
- Generate all combinations from list of characters
- Hash content extraction based on condition
- is there a way to designate the line token delimiter in Perl's file reader?
- How to monitor remote Linux machines and retrieve installed software in Perl?
- Perl: “shift on reference is experimental”
- Parsing YAML containing multiple documents and accessing objects
- Reading sections from a file in Perl
- Hash in hashes perl code issue
- Installing Older Version of Module in Active Perl
- sql: update a column if another column poses a conflict in namespace
- Converting date to specified format and two date comparisions
- Perl IPTables Module Installation Error
- perl grab part of file after and including search string:
- How do I use Perl and Regular Expressions to convert a SQL document to ColdFusion script?
- Iterating through an array of hashes
- Perl: Numerical sort of arrays in a hash 2 (Schwarzian Transform)
- calculate the difference in days using Date::Manip in perl
- How to dereference hash references
- Assign address of one array to another in Perl possible?
- How do I use MS C++ Express 2008 to build Perl Unicode::Map on Windows?
- What does the '`' character do in Perl?
- “Cursor type changed” error on Perl OLE32 MSSQL dateadd function results
- perl: correct `content type` formatting for returning `image data uri`
- Finding missing numbers in a list in Perl
- error of importing DBI in Perl
- Why is my value comparison returning false when the values are the same?
- Perl: output still only one line
- Parse HTML Page For Links With Regex Using Perl
- Need some info on IRC BOTS using PERL
- Why am I having “Missing argument in printf at …” in perl?
- perl: inter-module variable use
- XML regex complete and working needs optimization in Perl
- Trouble with IPC::Open3
- Parsing restraints with bash and awk
- How do I extract an HTML title with Perl?
- Delete \n characters from line range in text file
- Perl sorting hash by values in the hash
- How to redirect from one CGI to another
- Performing a regex substitution Perl
- What does exec ${PERL-perl} -Sx $0 ${1+“$@”} mean in Shell script?
- define CRF++ template file
- How can I use a pattern that includes regex special characters in Perl's s/// operator?
- split one line regex in a multiline regexp in perl
- Dmake file error with Math::TrulyRandom module
- Perl special variable “@_” in a subroutine not working
- Format string and date using perl
- Perl regex to replace a comma between characters with a comma and a space
- How can I read multiple lines of a file into blocks in Perl?
- Need help with perl error in using DBD::mysql
- Why does perl2exe complain about “Unresolved symbol: Perl_Gthr_key_ptr”?
- Use of uninitialized value $ARGV[1] in substitution iterator
- Perl hash substitution with special characters in keys
- using perl, how to select last 2 lines in the case of each row has same word?
- perl + how to declares array
- what does perl operator “||=” do?
- Split with line with perl
- perl to remove lines from file
- How can I split up a text file and store it into a 2d array using Perl?
- Match nested html comment blocks regular expression
- What does “$x->Put” do in Perl?
- Separate a row of strings into separate rows
- Extract a particular table from multi-table html file using perl
- Software error while executing CGI script
- Perl script does not print <STDIN> multiple times
- In Perl, how do I create a hash whose keys come from a given array?
- Turning multiple lines into one comma separated line
- how to do client side sorting using querystring in hyperlink associated with the table header using Perl?
- Quickly getting to YYYY-mm-dd HH:MM:SS in Perl
- How can I install and use ack library on Windows?
- How do manage your Perl application development, build, and deployment?
- Easy way to print Perl array? (with a little formatting)
- Should we hire someone who writes C in Perl?
- How can I find out where a Perl module is installed?
- Which of these scripting languages is more appropriate for pen-testing?
- Perl: Alternatives to template toolkit
- Can anybody please explain (my $self = shift) in Perl
- Can I pretty-print the DBIC_TRACE output in DBIx::Class?
- What is a simple way to generate keywords from a text?
- What constitutes effective Perl training for non-Perl developers?
- How to run an anonymous function in Perl?
- nginx and Perl: FastCGI vs reverse proxy (PSGI/Starman)
- What is the role of the BEGIN block in Perl?
- How can I completely delete a package in Perl?
- How can I make my Perl script use multiple cores for child processes?
- Save JSON outputted from a URL to a file
- How Do I Point a File Handle to STDOUT (or Another File Handle) In Perl?
- Dancer vs Catalyst [Perl Web Frameworks]
- Calling base constructor in perl
- What is the preferred unit testing framework for Perl?
- Is there a better way to determine elapsed time in Perl?
- Is there any way to enable code completion for Perl in vim?
- How can I decode HTML entities?
- How to create a Perl subroutine that accepts a block of code
- What's the modern way of declaring which version of Perl to use?
- How can I test a standalone Perl script?
- How can I separate different sorts of Perl tests so I don't have to run them all?
- How do I connect with Perl to SQL Server?
- Perl: while with no conditional
- git svn rebase resulted in “byte order is not compatible” error
- perl $|=1; What is this?
- Match regex and assign results in single line of code
- How can I read the error output of external commands in Perl?
- What are anonymous hashes in perl?
- How do I send email to my Gmail account using SMTP and Perl?
- What is best module for parallel processing in Perl?
- Can Perl method calls be intercepted?
- Does python have a “use strict;” and “use warnings;” like in perl?
- What are best practices for deploying a Catalyst application to a production server?
- Call to daemon in a /etc/init.d script is blocking, not running in background
- The future of Perl? (Perl 6, employability)
- How to set breakpoint on a particular file in Perl program?
- How can I replace all 'die's with 'confess' in a Perl application?
- Counting array elements in Perl
- What are good options for Windows GUI toolkits for a Perl program?
- Creating a SOAP client in java given a WSDL file
- How can I tell if a file is on a remote filesystem with Perl?
- How do I print all .pdf files names to an output file with command line?
- Is there an ORM for Perl?
- Open Source ETL framework
- Calling functions with parameters using SOAP with Perl
- In Perl, what is the difference between use and require for loading a module?
- Why should I use Carp instead of warn in Perl?
- Copying a hashref in Perl
- What are the Perl equivalents of return and continue keywords in C?
- Is there any way to use a “constant” as hash key in Perl?
- Perl iterate through each match
- Should I learn Perl 5 OO or Moose first?
- Find key name in hash with only one key?
- Are trailing commas in Perl a bad practice?
- How to clear a Perl hash
- How can I output a die() message without the location information?
- Is there a need for a “use strict” Python compiler?
- Can you salvage my negative lookbehind example for commifying numbers?
- Grep to find item in Perl array
- What's the best Perl practice for returning hashes from functions?
- How can I strip HTML in a string using Perl?
- search document for non-ascii
- install perl module Net::SSLeay through cpan
- Cross Compile perl for ARM
- How do I escape single quotes with perl interpreter?
- Are there any good automated test suites for Perl?
- Perl Unicode internals - mess with utf8
- Sending email using Perl using sendmail
- Assignment inside Perl ternary conditional operator problems
- How to terminate a program in Perl - exit or die?
- Perl three dot operator … examples
- Can you force flush output in Perl?
- How do I move a relative symbolic link?
- Perl, convert hash to array
- Search and replace a particular string in a file using Perl
- How can I print the SQL query executed after Perl's DBI fills in the placeholders?
- What's the easiest way to get an equivalent to GNU grep that supports negative lookbehinds?
- perl how to convert a string to Datetime?
- How to implement a command history on a telnet client? (up/down arrows)
- Implementing functional programming in Perl
- Is it possible use or require a Perl script without executing its statements?
- Printing out the code of an anonymous subroutine
- How do I initialize values in a hash without a loop?
- Is there any performance comparison between Perl web frameworks?
- Are MooseX::Declare and MooseX::Method::Signatures production ready?
- Is there a multiprocessing module for Perl?
- How to redirect STDOUT and STDERR to a variable
- How can I improve Moose performance in non-persistent CGI processes?
- Update command line output
- How can I convert Perl to C?
- Gitweb: how to display markdown file in html format automatically like github
- SED or AWK replace all with patterns from another file
- Why are variables declared with “our” visible across files?
- Stretch, resize, or thumbnail an image using Perl
- Error while installing DBD::Oracle
- Perl: Javascript::V8 templates - from the perl
- How can I accept multiple TCP connections in Perl?
- What's a simple reference or cheat sheet for nested data structures in Perl?
- Why does installing certain CPAN modules require root privilege?
- How to see if a directory exists or not in Perl?
- Google Authenticator implementation in Perl
- How do I completely mirror a web page?
- Use variable as RegEx pattern
- Perl Regular Expression - What does gc modifier means?
- Are there any free Windows Perl IDE with debugging?
- Perl Encode.pm cannot decode string with wide character
- Why shouldn't I use UNIVERSAL::isa?
- How can I fetch a single count value from a database with DBI?
- What is the preferred cross-platform IPC Perl module?
- How can I slurp STDIN in Perl?
- Perl: Good way to test if a value is in an array?
- Can Perl's Template Toolkit warn on undefined values?
- How can I escape a literal string I want to interpolate into a regular expression?
- How do I find the length of a Unicode string in Perl?
- What's the best way to clear the screen in Perl?
- When is the right time (and the wrong time) to use backticks?
- Round-trip parsing of data structure format (YAML or whatnot) preserving comments, for writing configuration
- How Upload file using Mojolicious?
- How can I determine the local machine's IP addresses from Perl?
- How do I retrieve an integer's ordinal suffix in Perl (like st, nd, rd, th)
- Which Perl module would you recommend for sending and getting e-mail?
- Is there a Perl-compatible regular expression to trim whitespace from both sides of a string?
- How do I launch the default web browser in Perl on any operating system?
- How would you translate this from Perl to Python?
- Get Facebook User ID By Email Address
- How can I pause the console window in .pl and .bat file?
- Best practices for holding passwords in shell / Perl scripts?
- How do I implement a dispatch table in a Perl OO module?
- Very simple DNS server
- Sort hash by value and key (in that order)
- How can I get this week's dates in Perl?
- How can I extend Moose's automatic pragma exports?
- Can I use cperl-mode with perl-mode colorization?
- Why is a threaded version of this particular Perl script 200 times slower than its non-threaded counterpart?
- Is there a Perl statistics package that doesn't make me load the entire dataset at once?
- Disallow deletion of master branch in git
- Reading a specific line from large file in Perl
- C++-like usage of Moose with Perl for OOP
- How can I control an interactive Unix application programmatically through Perl?
- How can I timeout a forked process that might hang?
- fork() and STDOUT/STDERR to the console from child processes
- How do I make 25 requests at a time with HTTP::Async in Perl?
- What modules should I look at for doing multithreading in Perl?
- Perl, match one pattern multiple times in the same line delimited by unknown characters
- In Perl, how can I join elements of an array after enclosing each element in brackets?
- Duplicate photo searching with compare only pure imagedata and image similarity?
- Random sampling of non-overlapping substrings of length k
- Is there a cell length limit writing CSV files with Text::CSV?
- Simplifying regex OR patterns
- How to check for multiple pattern matching in Perl
- How do I interact with a Perl object that has a hash attribute?
- How to load a bunch of perl modules into a perl script
- Why is “!!” considered bad form in Perl?
- How should I compare Perl references?
- How to read only the first line of a file
- Determining the time at which a date starts
- Simple search and replace without regex
- Perl: “Variable will not stay shared”
- How can I get PHP's (deployment) simplicity but Perl's power?
- Move lines matching a pattern from one file to another
- Where can I find a formal grammar for the Perl programming language?
- perl closures and $_
- Can I insert break point into source perl program?
- How can I extract substrings from a string in Perl?
- What is the modern way of creating an XS module from scratch?
- Install perl-JSON on centos
- What kind of syntactic sugar is available in Perl to reduce code for l/rvalue operators vs. if statements?
- Using ampersands and parens when calling a Perl sub
- Multithreading for perl code
- What is the best way to match only letters in a regex?
- utf8 encoding in Perl and MySql
- Why not use strict and warnings in Perl?
- What's the best way to parse Excel file in Perl?
- when using CPAN in linux ubuntu should I run it using sudo / as root or as my default user
- Using regular expressions to find a word with the five letters abcde, each letter appearing exactly once, in any order, with no breaks in between
- What modules are distributed with Perl?
- How can I tell Perl to run some code every 20 seconds?
- Where can I find the cpanfile format definition?
- Google oAuth2 unauthorized_client by refresh_token
- how to make a python or perl script portable to both linux and windows?
- Reverse DNS lookup in perl
- How can I insert a decimal point before the last three digits of a number?
- looking for light-weight data persistence solution in perl
- How to match the middle character in a string with regex?
- Python equivalent of piping file output to gzip in Perl using a pipe
- Perl subroutine array and scalar variable parameters
- What should I do if a Moose builder method fails?
- How can I check (peek) STDIN for piped data in Perl without using select?
- Why doesn't Perl file glob() work outside of a loop in scalar context?
- How can I pass an array to a C function in Perl XS?
- Write to a CSV file from a hash perl
- Does die have to be used if opening a file fails?
- How can I send mail through Gmail with Perl?
- How do I conditionally use a Perl module only if I'm on Windows?
- How to match word surronded by spaces OR at the end / beginning of the string using Perl regexp?
- How can I suppress STDOUT temporarily in a Perl program?
- How can I extract EXIF data using PerlMagick?
- Bash: Remove headers from HTTP response
- Making a Perl daemon that runs 24/7 and reads from named pipes
- How do I start a new Perl module distribution?
- prompting multiple questions to user (yes/no & file name input)
- using Perl to scrape a website
- How to limit the max number of parallel threads in perl
- Should I use Module::Install or Module::Build?
- perl variable substitution in variable name
- Prompt user during unit test in Perl
- Does a Perl module know where it is installed?
- Multilingual PSGI-web deployment
- C++ - How to read Unicode characters( Hindi Script for e.g. ) using C++ or is there a better Way through some other programming language?
- Where can I find a collection regular expression exercises for Perl?
- How can I convert an input file to UTF-8 encoding in Perl?
- Does Perl 6 have a built-in tool to make a deep copy of a nested data structure?
- Read text file in Perl word by word instead of line by line
- Moose: Expiring cached results of calculations when attribute values change?
- How can I skip lines when slurping a file in Perl?
- How can I sort a hash of hashes by key in Perl?
- How can I grep in a loop?
- Why is vim indenting my Perl code incorrectly?
- Detecting global destruction in Perl
- Web Programming For The Non-Web Programmer (in Perl)
- How do I install deps for CPAN module without installing it?
- Pass by value vs pass by reference for a Perl hash
- How to setup Apache-like name-based virtual hosts with Starman
- Best init script for running an application as a separate user
- How can I send the content of file as email in Perl?
- How do I write Perl object with plugins?
- Does Fortran have inherent limitations on numerical accuracy compared to other languages?
- Renaming and Moving Files in Bash or Perl
- Why does this print 12 times?
- Perl CGI script returns different results depending on run
- Confusion about proper usage of dereference in Perl
- simple parallel processing in perl
- How can I control the Perl version used when submitting grid jobs?
- “Cannot decode string with wide characters” appears on a weird place
- How to pass a file handle to a function?
- CR vs LF perl parsing
- Perl - regex - Position of first nonmatching character
- matching finite natural number series
- Perl regular expression removing duplicate consecutive substrings in a string
- processing text from a non-flat file (to extract information as if it *were* a flat file)
- How to draw a plot joining points from two measurement times?
- How can I tell which of the alternatives matched in a Perl regular expression pattern?
- Is there a Perl Syntax Highlighter (outputting to HTML) like PHP's GeSHi?
- Quickest way to determine range overlap in Perl
- How can I delete the last N lines of a file?
- OpenID authentication to Google Apps via Perl and Net::OpenID::Consumer fails
- Perl:YAML iterate in the Array?
- How can I redirect the test output from Perl's Test::Simple?
- Accessing a sharepoint using perl and webdav
- How can I serve an image with a Perl CGI script?
- Perl6: How could I make all warnings fatal?
- What's the best way to extract Excel cell comments using Perl or Ruby?
- How can I read a file's contents directly with Perl's Net::FTP?
- File Type .pl Association and Using cmd.exe to Run the Script
- Perl Parallel::Forkmanager doesn't allow to collect variable values
- Self logging Perl modules (without Moose)
- Perl, waiting for non-child process to exit
- How do I split Chinese characters one by one?
- Perl: Speeding up eval
- How can I convert a string to a float with Perl?
- How to connect ms sql database using perl in Windows?
- How can I get weighted random selections from an array in Perl?
- count number of times string repeated in file perl
- How can I read the headers from a WinNT portable executable file using Perl?
- PL/Perl send mail in Postgresql
- What does the _ in [a-zA-Z0-9_] mean?
- How are arrays implemented in Perl?
- Where is Perl's postfix `for` syntax documented?
- PERL Net::Amazon::S3 BucketAlreadyExists: The requested bucket name is not available
- Can I use perl's switches with /bin/env in the shebang line?
- How to install JSON.pm perl module on OSX
- Passing arrays to functions in Perl
- Perl Can't use string as a symbol ref while strict refs
- Excel saves tab delimited files without newline (UNIX/Mac os X)
- Getting Perl to return the correct exit code
- How can I resolve this case of “Useless use of a variable in a void context”?
- How can I run only a specific test in a Perl distribution?
- Is there any difference between “standard” and block package declaration?
- Selecting a random key from a hash
- How can I print text immediately without waiting for a newline in Perl?
- How do I push a value onto a Perl hash of arrays?
- git svn clone fails on Mac OS X: “Temp file with moniker 'svn_delta' already in use”
- What is the best way to compare dates in Perl?
- How can I calculate git tree hash?
- Extract Lines when Column K is empty with AWK/Perl
- Perl equivalent of (Python-) list comprehension
- Simple, modern, robust, transparent persistence of data structures for Perl
- How can I test STDIN without blocking in Perl?
- How can I get column names and row data in order with DBI in Perl?
- How can I catch the output from a carp in Perl?
- Perl: When is unneeded memory of a scalar freed without going out of scope?
- How to use a CPANPLUS autobundle to update a new version of Perl?
- Can NOT List directory including space using Perl in Windows Platform
- What's allowed in a Perl 6 identifier?
- Perl's Net::(SSH vs SSH2 vs OpenSSH) — how should I compare them?
- What are the alternatives to Perl interpreter threads?
- What does it mean when someone says that Perl is an “expressive language”?
- Perl DBI - Capturing errors
- Regex - Match all occurrences?
- How do I substitute with an evaluated expression in Perl?
- mojolicious referencing a stash variable not always defined
- Recursive regular expression in Perl 6?
- How can I read the lines of a file into an array in Perl?
- How do I write a Perl script to use curl to process a URL?
- Why does Perl's POSIX::strftime %F specifier not work on Windows?
- How can I run Perl scripts using FastCGI on Nginx?
- How can I strip invalid XML characters from strings in Perl?
- How do I access a value of a nested Perl hash?
- How can I tell if STDIN is connected to a terminal in Perl?
- When is the spaceship operator used outside a sort?
- How do I loop over all the methods of a class in Perl?
- Perl way of iterating over 2 arrays in parallel
- Nested regex lookahead and lookbehind
- Understanding Perl regular expression modifers /m and /s
- How can I get one Perl script to see variables in another Perl script?
- What regex can I use to match any valid IP-address represented in dot-decimal notation?
- How does Perl's threading system work?
- How can I ignore accents when comparing strings in Perl?
- How to check and delete a symlink if it exists, using Perl?
- Using perlbrew to build a perl with debugging symbols
- Should you check the return code from Getopt::Long::GetOptions?
- Best way to avoid “isn't numeric in numeric eq (==)”-warning
- IE9 loses requests to a local Catalyst server
- How can I make LWP::UserAgent look like another browser?
- Using Perl, how can I replace newlines with commas?
- Warning - “Odd number of elements in hash assignment” in perl
- Embed comments within JavaScript regex like in Perl
- What's the fastest way to count the number of words in a string in Perl?
- How could I catch an “Unicode non-character”-warning?
- How can I use arbitrary length integers in Perl?
- Why does glob lstat matching entries?
- Where can I find a concise guide to converting an existing CPAN module to use Dist::Zilla?
- Perl - Ruby mapping?
- Is there a module like Perl's LWP for Ruby?
- Parser error using Perl XML::DOM module, “reference to invalid character number”
- Calling command from Perl, need to see output
- How can I pipe input into a Java command from Perl?
- How to print out Nagios Service UP Time Percentage from Nagios-Report Perl Module
- Email attachment parsing via mime4j
- How can I do bulk search and replace with Perl?
- Read chunks of data in Perl
- What is a quick way to run a single script to automatically install missing modules using only Perl core?
- Preserving White Space in qw
- What do Perl identifiers starting with an asterisk * represent?
- How can I use “here-doc” to print lines to a file?
- Is that one argument or none for a Perl 6 block?
- Why can't I use a Perl variable's value to access a lexical variable name?
- How to encode mail subject in perl?
- Java equivalent of Perl's s/// operator?
- Perl: Recursively rename all files and directories
- How to include a file that contains all the required Perl module names?
- How to execute Perl qx function with variable
- How can I tar files larger than physical memory using Perl's Archive::Tar?
- Joining Line Breaks in FASTA file With Condition in SED/AWK/Perl one-liner
- How do I use Perl's WWW::Facebook::API to publish to a user's newsfeed?
- How can I generate all possible permutations from a Perl regular expression?
- How can I tell Perl's prove utility to ignore certain tests?
- Perl - DBI and .pgpass
- How severe is it if we do not close a file in Perl?
- How do I convert epoch time to normal time in Perl?
- How do you access the HTTP basic authentication username from perl?
- Is there a way to know the methods of an instance of an unknown class in Perl
- Redirecting CGI error output from STDERR to a file (python AND perl)
- How can I run my perl CGI script without apache?
- How do I design unit tests for multiple Perl modules in the same distribution?
- Add new method to existing object in perl
- How does List::Util 'shuffle' actually work?
- If I reassigned OUT in Perl 6, how can I change it back to stdout?
- xpath expression in findnodes() returning empty nodelist
- Perl: Sorting 2D array with multiple columns based on a particular column
- How can I open pipes with OO style?
- Get the return value of a HTML Form Post method
- What's the fastest way to get CRUD over CGI on a database handle in Perl?
- python 5x slower than perl mySql query
- How can I upload a document to SharePoint with Perl?
- In Perl, how can I limit the number of places after the decimal point but have no trailing zeroes?
- In Perl, how can I return a tied hash from a subroutine?
- How to properly use Global variables in perl
- What is a good way to wait until a file updated and then read from it in Perl?
- Masking a string in perl using a mask string
- how to decompile perl bytecode from perlcc -B?
- How important is it to indicate if a class implements an interface in Perl?
- How can I get a script's output to be copied to the Windows clipboard?
- When should you use a package variable vs a lexical variable (and what's the difference)?
- How can I use Expect to enter a password for a Perl script?
- How can I create a multi-dimensional array in perl?
- How do I calculate a DateTime difference in Perl?
- I need a portable, consistent pseudorandom number generator
- Get the hard disk information using Perl
- How to handle mocking roles in Moose?
- How does Perl 6's multi dispatch decide which routine to use?
- How the assembly file is generated from the perl script in OpenSSL
- Python-equivalent string formatting with dictionary in Perl with hashes
- Use proxy with perl script
- Question about pathname encoding
- Extract data between square brackets “[]” using Perl
- “Turn Off” binmode(STDOUT, “:utf8”) Locally
- How can I append instead of replace text during a search-and-replace with Perl?
- “ppm.bat install failed: Can't find any package that provides MinGW”
- Path::Class::File or ::Dir & Moose initialiazation and coercion
- Replacing consecutively empty values in a CSV file
- How can I convert a file full of unix time strings to human readable dates?
- Perl: safe eval?
- Add a reference to an XSLT in Perl using only XML:LibXML
- perl: printing object properties
- Need a progress indicator for a Perl system() command using T:R:G mod
- How do I use raw sockets in Perl?
- perl script to iterate over xml nodes using XML::LibXML
- Perl phone-number regex
- PostgreSQL - INSERT an array of composite type containing arrays
- How to remove keys from hash in Perl?
- How to import a constant with “use strict”, avoiding “Can't use bareword … as an ARRAY ref”
- How to pass both mandatory and optional command line arguments to perl script?
- How can I set up Eclipse to edit Perl without the runtime checking?
- Why can't I find Perl modules after upgrading to Intrepid Ibex Ubuntu?
- Coercing ArrayRef[MyClass] from ArrayRef[HashRef]
- Looking for Perl 5.12 code that generates yesterday's date in DDMMYY format
- WWW::Mechanize::Timed https timeout does not work
- Perl: How can I call object methods inside END {} without warning?
- Packaging a perl app so that it will work outside of perl's default prefix
- Efficient pre-perl-5.10 equivalent of pack(“Q>”)
- Writing part of a compiler (written in c++) in Perl
- AJAX: how to get progress feedback in web apps, and to avoid timeouts on long requests?
- How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?
- Perl Win32::API and Pointers
- SQLite Optimization for Millions of Entries?
- How can I get a file's modification date in DDMMYY format in Perl?
- where to store global database connection parameters
- Is there a way to avoid putting the Perl version number into the “use lib” line for Perl modules in non-standard locations?
- How can I generate all ordered combinations of length k in Perl?
- Visit Half Million Pages with Perl
- Conditional Awk hashmap match lookup
- How can log4perl write to STDERR and a file at the same time?
- A Simple Login/Authorization system using Dancer and Postgres
- perl Mojo and JSON for simultaneous requests
- Parallel requests in Mojolicious application
- How do I authenticate into Gmail using Perl?
- Expert system doesn't initialize
- list the files with minimum sequence
- How can I create a two-dimensional array in Perl?
- R-Perl Install Problems with GCC 4.0: How do you remove unnecessary -arch flags
- How is the hash used to find unique items
- How to set two appenders with different log levels in Log::Log4perl?
- Perl, LibXML and Schemas
- Perl kill(0, $pid) in Windows always returning 1
- How can I print a Perl hash in specific order?
- How do I change the default Module::Build / Test::More directory from “lib” to something else?
- How to run in parallel two child command from a parent one?
- Basic permission in Bugzilla to separate clients
- Calling Perl from a shell script, how do I pass a return value from Perl to the shell?
- How do I reverse the order of two words in a string?
- Perl OO method call first argument value (->)
- Are there reasons to ever use the two-argument form of open(…) in Perl?
- calling perl subroutine in shell script
- DBI: raiseerror in eval
- UDP Checksum Function in Perl
- Fastest way of calling a subroutine
- Multiple vs. single Catalyst applications
- Separate single text file into multiple files based on certain pattern
- Mojolicious: should I use one websocket or several?
- Sorting a directory in perl, taking numbers into account
- Detect whether compiled perl script dynamically loads modules
- Package all Perl module dependencies?
- How can I map a local unix socket to an inet socket?
- Remove XML tags with Regex tools
- Working through multiple files one at a time in perl?
- Append a new column to file in perl
- Find all patterns in a multifasta file, including overlapping motifs
- The bash vulnerability CVE-2014-6271 . Can it affect my CGI perl scripts? How to understand this?
- How to group cases within a switch statement in Perl
- Perl running simultaneous routines
- Need to save a single line from delete on some special condition
- Using a variable from outer scope in a sub called in foreach
- Differences between empty and blank lines in regexps
- I have data in hex dump but don't know the encoding. Eg. 0x91 0x05 = 657
- What's the best way to apply many Perl regular expression tests?
- How to add a library from another perl file?
- Perl sorting and regular expressions
- Convert UTF-8 byte stream to Unicode
- 500 error with LWP:UserAgent
- How can I get name of an object in Perl?
- File handle failed to read second time
- Perl does not complain about missing semicolon
- How can I convert hex strings into numbers in Perl?
- Forbidden: CGI Programming With Apache and Perl on Mac OS X
- Is there a regular expression in Perl to find a file's extension?
- How we can create a Unique Id in Perl
- How can I get the last modified ftp directory in Perl on Windows?
- How to get the filename of the current file in a Perl one-liner
- Where does CPAN install modules?
- Do I need to include #!/usr/bin/perl line in Perl script on Windows?
- list return from Inline::Perl5 gives a count of items, not the list
- What does for (;;) mean in Perl?
- What is the difference between <stdin> and <STDIN>?
- How can I get user input without waiting for enter in Perl?
- What’s the best way to shuffle an array in Perl?
- What is happening when my() is conditional?
- How can I pad part of a string with spaces, in Perl?
- What Does Y2K Compliant Mean?
- Should I call Perl subroutines with no arguments as marine() or marine?
- How to remove the second line of consecutive lines starting with the same word?
- Make PDF reports in Perl?
- How do you retrieve selected text using Regex in C#?
- List Assignment in Scalar Context
- Why doesn't “use overload” work with “use namespace:autoclean”?
- Why do some users quote classnames in Perl?
- Convert a UTF8 string to ASCII in Perl
- Is there anything in core Perl to auto-chomp lines from “<>” operator?
- Using perl to split a line that may contain whitespace
- How does a Perl 6 object find a multi method that might be in a parent class or role?
- Perl hash Data::Dumper
- How to fake input to perl's diamond operator?
- When is it better to use an array instead of a hash in Perl?
- Inline regex replacement in perl
- how do I create a stand-alone executable with perl 6?
- Multi-layer neural network won't predict negative values
- Are there disadvantages to autodie?
- Perl: $SIG{__DIE__}, eval { } and stack trace
- In perl, what is the difference between $DB::single = 1 and 2?
- Differences between m/PATTERN/ and /PATTERN/ in perl
- *nix: perform set union/intersection/difference of lists
- Is there a way to get a list of all known types in a Perl 6 program?
- How do Perl Cwd::cwd and Cwd::getcwd functions differ?
- Perl: Redirect STDOUT to two files
- Perl regex replace count
- In Perl/Moose, how can I apply a modifier to a method in all subclasses?
- Using perl to find median, mode, Standard deviation?
- Warn if declaring a variable in a statement modifier
- Preventing cyclic reference memory leaks in Perl
- CPAN Requirements File
- Are references better return values in Perl functions?
- How to take substring of a given string until the first appearance of specified character?
- How can I keep WWW::Mechanize from following redirects?
- How many ways can you call a subroutine and ignore its prototype in Perl?
- What are the legal delimiters for Perl 5's pick-your-own-quotes operators?
- How can I search multiple files for a string in Perl?
- Perl Hash of Subfunctions
- What's the point of `use vars` in this Perl subroutine?
- What's the simplest way to return the first line of a multi-line string in Perl?
- How can I push an element into an array reference held as a hash value?
- Is there any guarantee that results of globbing will be sorted in Perl?
- How to do perl inline regex without setting to a variable?
- 'Wide character in subroutine entry" - UTF-8 encoded cyrillic words as sequence of bytes
- How can I make hash key lookup case-insensitive?
- Infinite while-loop in perl
- What is the preferred way of interpolating a constant in a here doc?
- How can I print to a variable instead of a file, in Perl?
- How should I distribute data files with Perl modules?
- Would it be possible to integrate Python or Perl with Ruby?
- Detecting declared package variables in perl
- How can I 'use' specific version of a perl CPAN module?
- A simple Perl regex guaranteed to never match a string?
- What is the Perl context with range operator?
- what does regular in regex/"regular expression" mean?
- Difference between grep and perl regex?
- How can I use "map" inside a "for" loop in Perl 6?
- Extracting columns from text file using Perl one-liner: similar to Unix cut
- A queueing system for Perl
- How do I make an arbitrary Perl regex wholly non-capturing?
- Data Encapsulation in Perl?
- How can I distinguish between an argument that was not passed and one that was passed with a false value?
- Is there a Perl function to turn a string into a regexp to use that string as pattern?
- Perl 6: what's the best way to check if an element is in a list?
- perl - moving files using wildcard
- How to use Devel::Cover with prove?
- Get return code and output from command in Perl
- Why subroutine needs to be written after the declaration of variables used in it?
- Sharing a thread variable without making it global (Perl)
- How can I extract a page from a PDF file?
- how to use Net::SSH::Perl with public keys?
- C++ calling perl code - eval_sv not passing arguments to script
- align string to a pattern in perl?
- Perl: string length limitations in real life
- How should I pass objects to subroutines?
- compilation order and post prefix opertors
- Perl's use encoding pragma breaking UTF strings
- How do I access "Details" ("Title", "Subject", etc.) of file properties in Perl or PowerShell script
- Perl use/require abolute path?
- Interpolate perl variable in shell command
- Convert string "a.b.c" to $hash->{a}->{b}->{c} in Perl
- Custom array sort in perl
- Perl foreach loop variable scope
- Perl throws "keys on reference is experimental"
- What's a good library to manipulate Apache2 config files?
- How can I embed Perl inside a C++ application?
- Emacs cperl - indentation in constant block
- check if a number is int or float
- emacs align-regexp with spaces instead of tabs
- How can I add a progress bar to WWW::Mechanize?
- Obtaining exit status values from GNU parallel
- perl version specific syntax resource
- What is Perl's equivalent to awk's /text/,/END/?
- How to upload multiple files using Mojolicious?
- Speeding up perl DBI fetchrow_hashref
- I cannot Connect to any HTTPS site using LWP::UserAgent
- How do I have mod_perl reload source files on change?
- i3blocks battery script, using font awesome doesn't work with some unicodes
- Globals and Threads in Mojolicious for handling different paths
- Net::SSH::Perl using forwarded SSH key
- How do I most reliably preserve HTML Entities when processing HTML documents with Mojo::DOM?
- Perl: Update Multiple Rows with one MySQL Call
- Does my $_; do anything if $_ is implied
- In Perl, how do I send CGI parameters on the command line?
- running BLAST (bl2seq) without creating sequence files
- Profiling a Perl CGI script that times-out
- How do I sort an array of hash references by one of the hash values?
- Perl 6 Grammar doesn't match like I think it should
- Is it possible to pass parameters to a Perl module loading?
- Passing arguments to a perl package while using it
- Removing quotes from string
- How to Remove Excess Whitespace in String Using Regex
- Replace first two whitespace occurrences with a comma using sed
- How do I copy symbolic links in Perl?
- Does perl cache regex generation?
- perl fork doesn't work properly when run remotely (via ssh)
- Perl `split` does not `split` to default array
- How do I read a midi file, change its instrument, and write it back?
- CPAN shell runs out of memory. How can I give it more memory on Unix?
- How to remove diacritics in Perl 6
- Is Perl unit-testing only for modules, not programs?
- Is there a Perl module to monitor an email queue?
- How can I serialize a closure in Perl?
- How do I get schemas from Perl's DBI?
- How can I resize an image to fit area with Image::Magick?
- What's the easiest way to write to a file using Perl?
- How to properly use UTF-8-encoded data from Schema inside Catalyst app?
- How can I share global values among different packages in Perl?
- How to make a HTTP PUT request using LWP?
- Scalar with lines to array
- In Perl, how can I access a scalar defined in another package?
- How do I unimport a function in perl?
- Creating a file using Perl on Windows in a directory the length of whose name exceeds 220 characters
- How to avoid race conditions when using the find_or_create method of DBIx::Class::ResultSet?
- Capture variable assignments in a Perl eval
- How can I copy an entire directory in Perl?
- Split a String into Equal Length Chunk in Perl
- Match the nth longest possible string in Perl
- Create a hierarchy file using perl
- How can I recursively copy the contents of directory using Perl?
- Sending email to multiple recipients
- Perl: Beginner. Which data structure should I use?
- Perl. Using until function
- How to shuffle the values in a hash?
- Perl Challenge - Directory Iterator
- how to pass arguments from an plack app to an mojolicious app enabled in builder?
- Should perl's File::Glob always be post-filtered through utf8::decode?
- Can Perl DBIx::Class override the way a column is retrieved from the database?
- How to delete lines matching a certain pattern in Perl?
- How should I use Perl URI class?
- Perlcritic - Two argument "open" error
- Perl multithreading and foreach
- directory structure of cpan module
- How can I make Perl recognize paths with '~'?
- How can I expand variables in text strings?
- How to free memory in Perl?
- How can I access the commited file from a Subversion pre-commit hook in Perl?
- Perl: Read web text file and "open" it
- perl html parsing lib/tool
- How can I check that a perl version is not greater than some value?
- Parsing Java Class From Perl or Python
- Additional hash lookup using 'exists'?
- Creating A Single Threaded Server with AnyEvent (Perl)
- Find last Friday’s Date in Perl 6?
- Why should I use <ARGV> or <> instead of <STDIN> in Perl?
- Perl Term::ReadLine::Gnu Signal Handling Difficulties
- Term::ANSIColor when term doesn't support colors
- Perl Program to efficiently process 500,000 small files in a directory
- What would be your choice of Perl XML Parsers for files greater than 15 GB?
- Converting grouped hex characters into a bitstring in Perl
- Verifying Perl Arguments to a Subprocesses
- Can't use string ("1") as a subroutine ref while "strict refs" in use
- In Perl, how can I correctly parse tab/space delimited files with quoted strings?
- How to get a regex to start from the beginning of a string
- Why do I get "redefine" warnings with "use constant" under mod_perl?
- UTF-16 perl input output
- Print all matches of a regular expression from the command line?
- How can I use Ajax, perl and JSON easy together?
- Passing regexes as arguments in Perl 6
- How can I validate large numbers of files with search and replace?
- How do I include all/some of the "sub modules" in a Perl script?
- how to use AnyEvent::Handler with socket that has port reuse
- Calling system commands from Perl
- How can I print specific lines from a file in Unix?
- To remove blank lines in data set
- Perl's backticks/system giving "tcsetattr: Input/output error"
- replace strings with lines from another text file by matching patterns
- Python equivallent of Perl match and capture within if block
- Is there a built-in function to clear all variable values
- Generate a perl module with a separate namespace using SWIG
- Find thousands of files efficiently with exact match from a directory containing millions of files (bash/python/perl)
- perl regex to find any number that is a multiple of 5
- Using perl within Objective-C?
- Different ways of opening file in perl
- unable to find the function definition in a perl codebase
- How to define variable names dynamically in Perl 6?
- Unicode-ready wordsearch - Question
- Automatic character encoding handling in Perl / DBI / DBD::ODBC
- Perl: Create a hash from an array
- $SIG{INT}='IGNORE' not working with Net::OpenSSH
- Perl & Ruby exchange AES encrypted information
- SWIG: Wrapping C++ for Perl using only a header and a shared library, can't locate loadable object error
- Segmenting AJAX responses in perl CGI?
- Perl Unicode test on OS X fails on Debian
- Perl regular expressions in the stringr package
- Removing parts of a string that contain digit with SED/Perl
- Using OLE to get text out of Powerpoint
- How can I create a portable strawberry with extra bundled modules?
- Why do du and Perl's -s give different values for the file size?
- How can I render HTML as text using Perl as Lynx does?
- Why callback is not called?
- Understanding JSON-RPC in Perl
- Installing XML::Parser requires expat.h
- Will keys and values of a hash have the same "order" in Perl?
- Query ISODate time in perl
- Temp file with moniker 'svn_delta' already in use at /usr/lib/perl5/vendor_perl/5.14/Git.pm line 1024
- XML::LibXML's notion of a text node's parent
- replacing telnet with ssh
- Regular Expression to match on any URL parameter value (Perl syntax)
- How can I safely compile a Perl 5.12 module for Perl 5.8.9?
- Python use regex match object in if statement and then access capture groups like Perl
- How can I efficiently count ranges that cover a given range in Perl?
- HTML::PullParser splits up text element randomly
- Using XPath with Perl
- List of paths into hash array tree in Perl
- can't write to file using print
- How do I access paths with spaces in them in Perl on Windows?
- Perl : Name "main::IN" used only once, but it is actually used
- Use or not to use the namespace::sweep and/or Modern::Perl
- Adding authHeader to Perl SOAP::Lite request
- informatica powercenter vs custom perl ETL job?
- Whole word matching with unexpected insertion in data
- Insecure $ENV{ENV} while running with -T switch
- How to build a perl web-service infrastructure
- Error code 302 from HTTP POST operation
- get last few lines of file stored in variable
- What does it mean to have uselongdouble undefined, but d_longdbl defined in the Perl build configuration?
- perl text::csv - filtering specific columns in a csv document and discarding others
- Perl:YAML:Hash How to select an entry?
- How to extract comment out of header file using python, perl, or sed?
- Character match count between strings in Perl
- Catalyst Controller Questions
- How can I convert connection data lines to block of schemes using Perl?
- How can I select only specific columns when using prefetch in DBIx-Class?
- Perl Need to Compare Two Data Structures and Return Differences
- Does Perl's IO::Select in Windows work with filehandles?
- Perl compare version numbers 5.1 < 5.10
- How can Perl share global variables in parallel processing?
- Text::Balanced and multiline xml
- Using tr/// operator to count letters in a string
- Escape whitespace when using backticks
- Perltidy always prints to standard out
- Is possible to access ATTR for Perl packages without defining a getter?
- what does STDOUT->autoflush(1) do in Perl?
- unable to capture stderr while performing openssh to a variable- perl
- How do we convert UUID to date in perl
- How can I reorder substrings in a string?
- How to print one array of a multidimensional array in Perl?
- Perl - Compare two nested hash
- In Perl, how can I convert an array of bytes to a Unicode string?
- Is there a function which does grouping numbers (thousand)?
- replace two newlines to one in shell command line
- Perl text diff color
- Perl: non blocking pipe - only getting one message
- Why use the -p|-n in slurp mode in perl one liner?
- Accessing nested JSON elements in Perl
- What's the best way to assign a method body at construction time when using Moose?
- use parent 'Exporter' vs. use Exporter 'import';
- using references to point to sliding window array in Perl
- CRC16 in Python
- How could I write a Perl script to calculate the MD5 sum of every file in a directory?
- Rename multiple files from command line
- Perl socket sending hash
- Is there a Perl module that validates an XML against a schema?
- Calling a Perl Module which is Installed in different path/directory
- Name of signal number 2
- Why does Perl's LWP gives me a different encoding than the original website?
- A mess with different Perl installs
- Perl Parallel::ForkManager empty return
- Perl command or module like Linux "file" command
- HTTP reponse for error in REST call for Mojolicious
- Perl epoch returns different values on 2 different machines (UTC and CET)
- Searching for specific text inside balanced chars (recursive
- Detecting that files are being copied in a folder
- Should a subroutine always return explicitly?
- How should I serialize code references in Perl?
- Splitting a string around outer delimiters, respecting character groups
- How can I sum large hexadecimal values in Perl?
- Does CPAN installing of new modules impact Perl-CGI applications on same live production server?
- Extract text from HTMl/XML tags in Perl
- How can I run a perl script from R with specific modules?
- Convert non-ASCII/UTF-8 characters into LaTeX codes
- jQuery and perl: progress bar based on state of "pipeline file", dynamic ajax
- Perl IO::Socket/IO::Select - reading from a "ready-to-read" socket
- Nice BitTorrent tracker API?
- How would I read this data structure in Perl? Dictionary/Hash with keys containing lists containing lists. Python::Inline giving me errors
- Perl SVN hook with czech characters
- alternative for command line "sort | uniq -c | sort -n"
- Why are the number of pages in a Word document different in Perl and Word VBA?
- perl one-liner to keep only desired lines
- How can I dump a string in perl to see if there are any character differences?
- Regular expression to validate an email in perl
- calling a java class from perl without using system
- Installing perl-5.20.1 with Perlbrew. Failed tests in perl5db.t
- (perl Net::SMTP) authentication failure using gmail smtp server
- Including regex on variable before matching string
- Is there a limit to the number of file handles I can open in Perl?
- How can I use tie() to redirect STDOUT, STDERR only for certain packages?
- Updating the @INC variable during installation of a conda package
- issue accessing elements of hash in perl
- How to generate an ordered list of parent-child elements from multiple lists?
- How to discard STDERR from an external command in Perl?
- "…/auto/List/Util/Util.so: undefined symbol: PL_stack_sp at …/XSLoader.pm" only when running test suite with CGI::Test _and_ on Travis CI
- Perl: when do you use system() and when do you install the package?
- How do I best do balanced quoting with Perl's Regexp::Grammars?
- How can I print lines after a regex match in Perl?
- How can I convert SQL comments with -- to # using Perl?
- Mojolicious, Layouts and Positioning of Javascript
- Capturing exit status from STDIN in Perl
- How to detect Arabic chars using perl regex?
- grep with after-context that does not contain a keyword
- Trouble extracting specific information from log file
- How can I delete the last 10 lines of a file in perl
- How does one get a method reference when using Moose
- Retrieve Hardware Informations through SNMP
- Create and populate complex XML with Perl script
- Unexpected result using POSIX ceil() in Perl
- How do I remove duplicate values from an array in Perl?
- Perl:Access values of hash inside a hash
- How do I suppress the default apache error document in mod_perl?
- how to bind values INSERT INTO mysql perl
- How can I display data in table with Perl?
- How to add and remove routes dynamically in Mojolicious?
- How do I get full Win32 path from 8.3 DOS path with Perl?
- Perl- What function am I looking for? Assigning multiple rules to a specified outcome
- Sorting module subroutines alphabetically
- Perl forked socket server, stops accepting connections when a client disconnects
- How to override @INC settings in httpd.conf on OSX
- How do I add child elements to XML using Perl's XML::Twig?
- Setuid to Perl script
- Looking for a more efficient way to filter out a perl hash
- Why aren't I picking up the exit status from my child process?
- Zero pad rename e.g. Image (2).jpg -> Image (002).jpg
- How to tell if a webpage exists?
- Perl, resolving link download name
- Authenticating in a Google sheets application
- Perl Sorting Array Numerically When Parts of Entry Contain Character
- Remove lines which are substrings of other lines
- Using Platypus to create Mac OS X applications from a perl script
- Perl - can't strip blank lines
- Accessing JSON decoded into a HASH and an array of hash references
- How can I execute a Perl script using the Ant exec task?
- How can I fix a bootstrap version mismatch when loading Perl's threads module?
- perl + identify if param is empty value from ARG
- Am I using utf8::is_utf8 correctly?
- Why do my Perl threads execute randomly on the first run but in order on subsequent runs?
- Do CGI and mod_perl play nicely together?
- Why can't I build Perl modules that load Socket.so on Solaris 10?
- How can I download a file using WWW::Mechanize or any Perl module?
- Get Perl to print full "key path" to values (Data::Dumper won't)
- How to blur/pixelate part of an image using ImageMagick?
- perl and bash variable substitution, with hexadecimal characters and repeat count
- Perl: match against a large array
- How can I find all the methods that contain a specific string within a Perl codeset?
- Directing significant-event messages to a separate Log::Log4perl logger
- How can I get the width and height of a text string with CAM::PDF?
- Share variables between Child processes in perl without IPC::Shareable
- Sed, awk, Perl or other for de-interleaving text file
- How do I reduce memory consumption when using many threads in Perl?
- Add a new role to a Chef .json file with Sed
- Trying to use HTML::TableExtract in Perl to extract table from HTML file, but failing
- How do I extract and parse quoted strings in Perl?
- RegEx within perl -pi -e
- Force mysql to throw error if no rows deleted (trying to delete non-existent row)
- Find::File to search a directory of a list of files
- A Perl system call must send exactly both characters single & double quote ' "
- Problems with $SIG{WINCH} when using it in a module
- Should I put the "eval" in the subroutine or the subroutine in the "eval"?
- Perl regex: how to know number of matches
- WMI Query for list of hotfixes installed in a system?
- Append to line that is preceded AND followed by empty line
- Is it possible to manually include a CPAN library in a Perl script?
- regex taking a long time
- Why does json_decode return a scalar?
- Using a global variable as parameter to Mail::IMAPClient
- Perl AnyEvent::HTTP request using Proxy fails
- Why can't WWW::Mechanize find the right form?
- Cookies in perl lwp
- How can match records in two files using Perl?
- In Perl, how to match two consecutive Carriage Returns?
- How can I set a Java-like "static variable" in Perl that can be accessed by other classes ?
- Perl SMTP: can't send email with non-ascii characters in body
- Indent and recursively print data structure in Perl
- How to remove new line characters until each line has a specific number of instances of a specific character?
- How to determine location of perl script that was symbolic linked?
- How to handle special characters in perl pie find replace
- How can I modify a Moose attribute handle?
- Run subroutine n number of times
- perl Can't locate loadable object for module Math::Pari in @INC
- Splitting an Array into n accessible parts within perl?
- Perl's rename - how to append a counter?
- How do I install Perl's Parse::Lex for ActivePerl?
- @INC Perl- Can't locate Class/CSV.pm in @INC
- redis HLL too many false positives
- How does the Perl 'use' syntax work?
- Perl search and replace enters endless loop
- Perl Regex, get strings between two strings
- Perl: Why do i need to set the latin1 flag explicitly since JSON 2.xx?
- How to update contents of a "*.txt" file in multiple sub directories
- Why doesn't this path work to open a Windows file in PERL?
- Perl: how to fix SOAP::Lite delcampe-api-client example?
- Domain name to IPv6 address in Perl
- Checking IPC Shareable lock
- In Perl 5, how to queue a process/application after it reaches a maximum limit
- Perl decimal to ASCII conversion
- Perl TLS SMTP send failing on authentication step
- WWW::Mechanize::Firefox click a link
- How to read the password from the text file in perl
- CPAN download failing
- How can I print all the lines between the previous and next empty lines when a match is found?
- Trying to take out all ATOM from pdb file
- How to append EOF to file using Perl or Python?
- Change few characters only in a node value in XML using Perl script
- perl - Math with duplicate entries in array
- How to use Perl glob to read remote location?
- Directory Handle in Perl Not Working Properly
- sort strings based on a character contained in the string
- Find and replace confined to a specific column (one-liner)
- Perl: Regular Expression for finding first occurence per line? (EditPad)
- Write a Perl script that takes in a fasta and reverses all the sequences (without BioPerl)?
- Finding common elements in arrays
- keeping track of type with JSON.pm
- How to find a textual description of emoticons, unicode characters and emoji in a string (python, perl)?
- Can't run Perl script on other computer
- perl regex to match ""(string) syntax
- How to read text file contents without loss of characters in perl
- Perl "Global symbol"
- Regex in xml not working as expected
- Implementing This Algorithm with Less line of Code at Perl
- Use of uninitialized value in substitution (s///) error in Perl
- How can I take queries from one file, search another, and output to a third, in Perl?
- Perl - parallel programming - running two external programs
- cgi perl scripts not working, only cgi bash scripts are working?
- plot multiple graphs from multiple files gnuplot
- How to Ctrl-Z in Perl script
- Perl doesn't update to next match
- Perl - Class::Struct Deferencing array
- Insecure $ENV{PATH} while running with - T switch
- Extracting "plaintext" header from HEX file using Perl
- Perl Multithreading - Perl exited with active threads: finished and unjoined
- Recursively listing the contents of a tar/zip archive
- Formatting Date::Manip's Delta to days
- How to access session variable in other file
- How to delete the last 5 lines of a file
- Remove Perl modules from CPAN on Mac
- How to compare dates using perl?
- Perl XML::LibXML replace text
- How do I search for a particular file in a directory using Perl?
- match one list to another
- How to find/cut for only the filename from an output of ls -lrt in Perl
- Perl - custom keystroke handlers
- What is the encoding of e6 b5 8b e8 af 95
- Merge multiple text files and append current file name at the end of each line
- Global symbol "$i" requires explicit package name
- How do I create a HORIZONTAL menu in a CGI Perl program?
- perl-mechanize runs into limitations - several debugging attempts started
- Using SFTP to transfer images from HTML form to remote linux server using PERL/CGI.pm
- When is it advantageous to use curly braces for dereferencing in Perl?
- Can only 'perl6' parse Perl 6?
- What's the difference between 'for' and 'foreach' in Perl?
- How does Perl 6 evaluate truthiness?
- Are Perl strings immutable?
- Why does map() mask the 'undefined value' error?
- Read file into variable in Perl
- How can I pick a random value between 0 and a bigint?
- Will there be any difference between 42, 42.0, "42.0", "42"
- Why doesn't Perl's SUPER call use the arrow method?
- Why does perl translate a tick into a colon?
- Hash keys encoding: Why do I get here with Devel::Peek::Dump two different results?
- print sth every second, and also sleep 10 seconds very 5 seconds using react ... whenever in Perl 6?
- How can I list all files in a directory using Perl?
- How can I get a row count in DBI without running two separate calls to process?
- Perl lexer: why does "<=>" eq "=" in the context of <=><=><=>?
- Getting "... used only once: possible typo" warning when aliasing subroutines
- check if program is running and run it if not in perl
- How can I override WRAPPER in a Template Toolkit template file?
- Perl Get Parent Folder Name
- Why does my non-greedy Perl regex still match too much?
- How can I view the contents of a hash in Perl6 (in a fashion similar to the Perl 5 modules Data::Dump or Data::Show)?
- Simulating aspects of static-typing in a duck-typed language
- Filtering elements matching two regexes in Perl 6
- Why does Perl's glob() function always return a file name when given a string with no globbing characters?
- Print: producing no output
- Perl, using tr function to convert uppercase to lowercase and vice-versa at the same time?
- Best practice for using slightly modifying module from CPAN?
- How to make the Moose constructor die on being passed an undeclared attribute?
- When is "race" worthwhile in Perl 6?
- Is there an equivalent to the perl debugger 'x' in pdl2 (or Devel::REPL)?
- Perl: write speed mystery?
- Config file handling in Perl
- Faster way to check for element in array?
- When are Schwartzian Transforms useful?
- How to sort a list with a given order?
- Perl's "not" operator not working as expected with the defined() function
- Serially process XML data in perl
- Why is Devel::LeakTrace leaking memory?
- How to set User-Agent with LWP?
- Why does smartmatch return different values depending on the order of the operands?
- Perl6 equivalent of Perl's 'store' or 'use Storable'
- How can I automatically initialize all the scalar variables in Perl?
- Reading data from a log file as a separate application is writing to it
- Can I pass arguments to the compare subroutine of sort in Perl?
- Which one represents null? undef or empty string
- List Operator Precedence in Perl
- How do I do a simple Perl hash equivalence comparison?
- grep substring between two delimiters
- How do I handle optional parameters in Moose?
- Perl regex replace in same case
- Why does Perl backtracking match failure seem to take less time than match success?
- Symbol-table: deleting entries
- "Out of memory" while parsing large (100 Mb) XML file using perl
- Check if a given regex will match anything
- How do I delete the first line in a file?
- How should I use Perl's scalar range operator?
- What perl built in functions are atomic?
- Can a Perl system() call ever die?
- Mocking super class calls in Perl (using Test::MockObject)
- Making an old library work with Perl XS and PerlIO
- How can I store and access a filehandle in a Perl class?
- What are the implications of not closing a directory handle in Perl?
- What should I use instead of printf in Perl?
- Calculate Number of Consecutive Characters in a String using Perl
- C# Regex Replace and *
- Why does my image download with Perl's LWP give me the wrong-sized file?
- What does Perl do when two versions of a module are installed?
- How to get the a list to show zeros for empty entries in Perl?
- Is List::MoreUtils::none buggy?
- Can this be done in one line?
- In Perl, how do I pass a function as argument of another function?
- Purge XML Twig inside sub handler
- How do you use the Apache "ScriptInterpreterSource Registry-Strict" directive?
- Why is `$str1 =~ "foo"` recognized as `$str1 =~ m/foo/` (and not a syntax error)?
- Questions about converting a mixed-encoding file to UTF8 in Perl
- How can I tell what modules were originally provided with the specific Perl installation on a machine?
- No error or warning for trying to print to an already closed filehandle
- Using system commands in Perl instead of built in libraries/functions
- Detecting element types in a mixed array
- Perl: function returns reference or copy?
- What is the magic behind perl read() function and buffer which is not a ref?
- Can't install XML::Parser on M1 Mac with homebrew perl 5.32
- perl adds dummy elements to array after inquiry
- How can I convert a Unicode codepoint (\uXXXX) into a character in Perl?
- Is there a standard way for perl to behave when it runs out of memory?
- Does Perl language aim at producing fast programs at runtime?
- Perl scalar declared within the scope of a for loop retains its value between iterations
- Is it possible to detect if the current while loop iteration is the last in perl?
- Why do I need to explicitly output the HTTP header for IIS but not Apache?
- Python dir equivalent in perl?
- Splitting a string with multiple white spaces with perl?
- How to do sum of hash reference slice?
- How do I schedule one-time tasks from a Perl CGI application?
- Perl double-dot range operator .. vs triple-dot ...
- How to make Perl use different handles for pipe input and keyboard input?
- Passing an array of structures to a Perl 6 NativeCall function
- What Perl module(s) do I use to obtain an absolute path (including filename) from a relative one on Windows?
- How can Perl split a line on whitespace except when the whitespace is in doublequotes?
- How can I merge several hashes into one hash in Perl?
- Examples of lazy evaluation techniques in Perl 5?
- can't use an undefined value as a symbol perl
- How can I find extended ASCII characters in a file using Perl?
- Does Perl 6 performance suffer by using rationals for decimal numbers
- Can I use unpack to split a string into characters in Perl?
- How do I adjust cperl mode indentation in Emacs to match Moose examples?
- How can I override a parent class function with child one in Perl?
- What's wrong with this findnodes statement in my Perl's script?
- Why websocket connections breaks
- How can I detect how many capture groups are in a Perl Regexp?
- Elegantly Determining System Architecture Within Perl
- Perl's caller() function returning incorrect line number
- perl open file error handling
- Python one-liner (converting perl to pyp)
- Count number of column in a pipe delimited file
- How do you replace a method of a Moose object at runtime?
- How this can be done in more perl way
- Best way to remove ANSI color escapes in Unix
- What is the difference between function call and goto &NAME in Perl?
- Properly detect line-endings of a file in Perl?
- Connecting to the Database Perl
- Scalable Regex for English Numerals
- Getting encoding error when using hash keys to write xml files with XML::LibXML
- I get extra CR using TT (perl template toolkit)
- How big can the argument to Perl's rand be?
- How can I know which portion of a Perl regex is matched by a string?
- How can I send an array in client server program in Perl?
- How do I insert null fields with Perl's DBD::Pg?
- Create an Array Ref in one line in Perl
- How do I place a colon into a string two characters from the end using Perl?
- What does this Perl regex mean: m/(.*?):(.*?)$/g?
- How do I use a vendor Apache with a self-compiled Perl and mod_perl?
- Are there anything similar to "perl -pe" option in python?
- Make all new directories have 777 permissions
- Make log reading efficient
- What are some good ways to parse HTML and CSS in Perl?
- How to access data stored in Hash
- Perl for loop going haywire
- Global Variable, subroutine variable Question in Perl
- How do I upgrade strawberry perl without wiping \perl\site\lib\ and \perl\site\bin\?
- PHP ↔ Perl interface or bindings
- "undefined symbol: Perl_xs_apiversion_bootcheck"
- Installing perl module: cpan shell vs rpm/deb
- How can I force IIS 7 to flush output?
- Perl module for text comparison
- Is there a way to prevent only a specific child from triggering a SIGCHLD?
- How can I check if a regex pattern is valid in Perl?
- What does this perl line from a "bleached" file do?
- Automatically Install Package-Based Perl Modules in Ubuntu
- How can I UPDATE rows returned by a SELECT in a loop?
- Using a scalar as a condition in perl
- Perl Print function does not work properly when Sleep() is used
- How should I process HTML META tags with Mojo::UserAgent?
- What is the meaning of the dot in this open() usage in Perl?
- Keyword tree construction using perl
- Using Spreadsheet::ParseExcel in Perl, but need help
- How can I grep through an array, while filtering out matches?
- What means "not running under some shell" in Perl scripts?
- Using perl as a better grep to match multiple lines using single line mode m/RE/s
- Is there a CPAN module for converting seconds to English?
- .precomp...repo-id subfolder in working folder of Perl 6
- How do I parse microseconds with Time::Piece strptime?
- Clear content in xml brackets in all files in directory tree on Windows using Strawberry Perl and twig
- Merge 2 lines into one
- Perl: How to "die" with no error message?
- Can't disable stack trace in Carp::croak() for some reason
- How can I prevent PerlTidy from aligning my assignments?
- What does if (@array) mean in perl?
- Install Perl modules that require customized options via CPAN
- perl replace space with tab
- Errors for virtual host are not written to specified ErrorLog, but to default error_log
- How can I check if a database query will return results?
- Perl - compares array elements sentences with a variable
- To what precision does perl print floating-point numbers?
- Can I force Perl Devel::Cover to generate a coverage report if I killed the build testcover process before it was finished?
- Perl Regex - Get offset of all the matches instead of one
- Why doesn't joining multiple MySQL queries with semicolons work with Perl DBI?
- What does "last" do in Perl?
- Is there some functions like zip and fold in Perl?
- How do I uninstall Perl modules?
- Perl XML::DOM Copy Node Tree Between Files
- Problem with decoding UTF-8 JSON in perl
- match and replace multiple newlines with a SED or PERL one-liner
- Sort multidimensional hash by values and print the highest
- Sort function in Perl
- How may I bypass LWP's URL encoding for a GET request?
- split with no argument in perl
- Make the Moose constructor ignore undef arguments
- How to use Qt GUI (created with Qt Designer) in perl?
- The correct way to play with data references in Perl
- What kind of localization does occur in a "foreach" loop?
- .NET equivalent to Perl regular expressions
- How can I hook into Perl's use/require so I can throw an exception?
- What is setting $VERSION good for?
- Perl cannot allocate more than 1.1 GB on a Snow leopard Mac server with 32 GB RAM
- Can a Perl script detect whether it's running under Activestate vs Strawberry Perl?
- Reading an entire file into a hash in Perl
- Why is the STDOUT line printed after the STDERR line?
- Return value from system() when using SIGINT default handler
- Perl: avoid greedy reading from stdin?
- Perl non-greedy
- How do I iterate over/dereference an array of subroutine refs in Perl?
- C-style loops vs Perl loops (in Perl)
- Term::Readline: encoding-question
- In Perl, how can I check for the existence of Socket options without generating warnings?
- how to use O_ASYNC and fcntl in perl?
- Perl Unit Test for Connection to Perforce -- Connect to Server Failed; check $P4PORT
- Does SELECT DISTINCT work with Perl's DBD::CSV?
- How can I convert a string like 3 10^-20 into a number in Perl?
- How to run `x` command within a < action in the perl debugger?
- How open STDIN/STDOUT handles and work with utf8 encoding correctly?
- How to iterate through range of Dates?
- Perl web serving with nginx and FastCGI - not able to read parameters
- Perl chomp turn multiple digit number into 1 or 0
- How to read n lines above the matched string in perl?
- \x not working inside the substitution
- Capture word between optional hyphens regex
- "Out of memory" with simple Win32::Unicode::File readline loop and Strawberry Perl
- Perl equivalent of PHP's strtotime()?
- How do I tokenise a word given tokens that are subsumed incompletely in the word?
- Match any substring from the beginning of a word
- How can I pass a regular expression as a parameter to a Perl one-liner in a Bash script?
- linux + ksh + Round down or Round up - float numbers
- How can I code in a functional style in Perl?
- Format of CSV not correct?
- Get <td> values with Perl
- How can I get Perl to respect the locale encoding for STDIN/STDOUT/STDERR, without affecting file IO?
- What is the correct way to fix this warning?
- Memory leaks in List::MoreUtils' each_array() and each_arrayref()?
- Jmeter - Regex issue with embedded variable and $
- How do I get code coverage of Perl CGI script when executed by Selenium?
- Why do I get "Invalid predicate" error from getElementsByTagName?
- Locale-aware Perl regular expressions (matching word boundaries)
- Java Wrapper to Perl/Python code
- How do I remove the <opt> tag in XML::Simple output?
- Perl File::Find::Rule excluding directories from an array
- How to make lists automatically instantiate on use in Python as they do in Perl?
- Replace pattern with one space per character in Perl
- Why does rand($val) not warn when $val > 2 ** randbits?
- Perl - Is this a bug with looks_like_number, or am I being a stupid person?
- How can I ensure only one copy of a Perl script is running at a time?
- cached schwartzian transform
- Stop perl overloading or print memory "address" of reference
- = and , operators in Perl
- How can I validate a "yyyy-MM-dd'T'HH:mm:ssZ" date/timestamp in UTC with Perl?
- Perl string, a variable in a string followed by a single quote and another character does what?
- force module install with CPAN
- Why is code in Net::SSL dereferencing typeglobs where I can't see the need?
- How do I access a constant in Perl whose name is contained in a variable?
- Connect perl to ms access
- How to specify external library file locations when installing CPAN modules
- How is Tie::IxHash implemented in Perl?
- Generate unique random strings
- Perl JSON::RPC::Client using LWP::Agent
- Using the Perl split function, but keeping certain delimiters
- Perl iterating through each line in a file and appending to the end of each line in another file
- Can I determine if a given "hostname" is a CNAME via Perl
- Is using prototypes to declare array reference context on subroutine args a Good Thing in Perl?
- Perl errors while trying to replace words in a large file
- Remove whitespace from XML tags
- how to Run 'Build installdeps' to install missing prerequisites
- When writing a Perl module, do I have to specifically check for an object instance in all my methods?
- Running a Perl script on Android
- Side-effect of Perl's print function
- Mason methods scope - override
- Perl: Why can you use @ or $ when accessing a specific element in an array?
- Monitoring external process: Exit when STDOUT matches pattern
- How should I serialize an array of Moose objects?
- creating *.epub with perl Archive::Zip -- epubchecker error
- Is it possible to pass command-line arguments to @ARGV when using the -n or -p options?
- Perl: how to split a file?
- How can I test TCP socket status in Perl?
- How do I get a filehandle from the command line?
- How do I substitute overlapping matches with a Perl regex?
- What's the best technique for handling US Dollar calculations in Perl?
- How do I write a regex that performs multiple substitutions on each line, EXCEPT when the line starts with a certain string?
- DBD::SQLite fastest way to insert multiple rows
- Optimizing a regex filled with '?'
- Call command-line function in Perl and get output as String
- Using Bash/Perl to modify files based on each file's name
- Why do I get the first capture group only?
- How to dynamically load modules and execute methods in perl
- How can I sort Perl hashes whose values are array references?
- What are the disadvantages of the Perl Tk module?
- How to detect FTP file transfer completion?
- Are all non-printable characters control characters?
- Named parameters in Perl
- Parsing windows registry using Perl
- Append zeros to list
- Postgres - How to create an alphanumeric sequence like AAAA0000 and so on
- $ENV{$variable} in perl
- Can't control how hours, minutes seconds are formatted using Perl's Datetime::Format::Duration
- Install CPAN Modules without messing up the system Perl installation
- Parsing string with nested parentheses using Parse::RecDescent
- Uppercase accented characters in perl
- How do I send a signal to Perl on Windows?
- MIME::Lite - Cannot send mail [SMTP auth() command not supported on smtp.gmail.com]
- How does Perl store/deal with very large numbers? Should one use a module in lieu of Perl's default handling method?
- Perl - eval not trapping "use" statement
- How can I sort by multiple fields in mongodb with Perl?
- perl xs module writing - Use another function from within same xs file
- Do file locks stay when you use open for a second time?
- Perl chdir doesn't work
- BASH: importing data from flat file into template
- Perl In place edit: Find and replace in X12850 formatted file
- Why does adding or removing a newline change the way this perl for loop functions?
- How can I convert text to title case?
- Merging mutiple log files by timestamp in 2nd column
- Does Perl have a module similar to docopt?
- Redirecting STDOUT and STDERR to a file, except for standard output/error of system()
- error installing libgd in mac 10.9
- How can I make Perl store integers as numbers instead of strings?
- How can I write a SIG{__DIE__} handler that does not trigger in eval blocks?
- DBIx::Class Wrapping/overloading a column accessor
- Adding to a Perl hash behaving unexpectedly
- Perl Regex: How to remove quotes inside quotes from CSV line
- Counting individual words in a text file
- Perl: extract rows from 1 to n (Windows)
- Strawberry Perl - Net::Server test hangs during install
- How to remove last character of Nth line linux
- Parse::RecDescent grammar not working as expected
- How to search a file for the last block of consecutive lines that contain a keyword in Perl
- How to pass Perl variable into Javascript function?
- Mojolicious render_to_string and stash values and output
- Combine lines with matching keys
- DNA to RNA and Getting Proteins with Perl
- How to change namespace
- Correct way define and convert the Moose attribute type
- Perl - How can I turn a hash into a query string?
- Why does installing Number::Format on Win 64 fail?
- RegEx word performance: \w vs [a-zA-Z0-9_]
- Perl Oauth2 package
- Perl memory management when overwriting objects
- using perl insert string xml to a node
- Log4Perl bundling logging from several programs into one log
- Can I capture STDOUT write events from a process in perl?
- How to eliminate Perl rounding errors
- Find foreign key information using Perl/DBI/MySQL/InnoDB
- read sockets in array using <$socket[i]> in perl
- Perl keyword say is not working in version 5.14.4
- perl, dbi with sql statement with a like condition
- Is there a cleaner way for File::Find to return a list of wanted files?
- Is there a way to caching mechanism for Class::DBI?
- Error: Big Query REGEX_EXTRACT Cannot parse regular expression: invalid perl operator: (?<
- perl sort question
- modify the text in file (millions of columns, tab-delimited) - delete all tabs except the first one and add new columns behind the final column
- Perl hashes: how to deal with duplicate keys and get possible pair
- How can I extract a value from comma separated values in Perl?
- Perl for matching with regular expressions in Terminal?
- Removing ANSI color codes from text stream
- Installing perl module
- Dynamic subdomains, mod_python and trac
- SELinux is preventing Perl CGI script from accessing Oracle libraries
- Push content to Apache Traffic Server's Cache
- How do I build and configure a local CPAN module repo?
- SpamAssassin local.cf DMARC configuration recognizes reject and none, but not quarantine
- "yum update" error. How to handle this?
- Insert a newline in a perl -e statement?
- scilinux6 (rhel6) perl pathing question
- Apache mod_perl cannot locate startup script
- Perl compatability issues when installing Git on EC2
- Making lighttpd redirect from www.example.com to www.example.com/cgi-bin/index.pl
- Counting occurrences in first column of a file
- Multiple input files and output files in awk
- am using ubuntu 12.10. unable to use PHP_PERL extension. Unable to install the extension as well
- sum numbers in different lines in shell
- matching start of the line in cygwin regexp
- TC command via webpage as a sudo
- Why is this Perl command failing on the Windows command line?