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? [closed]
- 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? [closed]
- 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 [closed]
- 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? [closed]
- 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)”? [closed]
- 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? [closed]
- 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 [closed]
- 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? [closed]
- 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? [closed]
- 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)? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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) [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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 [closed]
- extract a particular table from multi-table html file using perl [closed]
- 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? [closed]
- how can i find out where a perl module is installed?
- which of these scripting languages is more appropriate for pen-testing? [closed]
- 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? [closed]
- 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] [closed]
- 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 [closed]
- 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? [closed]
- find key name in hash with only one key?
- are trailing commas in perl a bad practice? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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? [closed]
- 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 [closed]
- 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 ? [closed]
- 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 [closed]
- 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)? [closed]
- 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?
- login and logout of sessions in 2 cgi scripts
- dbd::odbc vs win32::odbc
- does python have a defined or operator like perl?
- regex - indexed/arrayed named capture groups?
- get unique elements from hoa values and print
- workaround for split 1000 file limit?
- sed or perl + inserting text between two lines
- threaded timed loops in perl
- question about precedence + repetition modifer
- why can't i have a literal list slice right after a print in perl?
- quick perl sigint handler
- is it possible to read the text in a pdf file using perl?
- is there a simple way to map snmp(mib) strings to oids in perl?