Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Using Perl, how can I find and remove files with a specific suffix?

perl

Best way to test perl -pi -e one-liner before execution?

regex perl

Does Python have an equivalent of Perl's qq?

python perl

How do I conditionally make warnings fatal?

perl

Why can't localize lexical variable in Perl?

perl dynamic-scope

How can I map a local unix socket to an inet socket?

Convert sed One-Liner to perl

regex perl bash sed

Using string as array index in Perl

perl

How do I group values from a file into a hash according to specific Regular Expressions in Perl?

perl hash grouping

Is anything inside the string changed after binding operations?

regex perl

How do I define a subclass in Perl when I'm using a closure to limit access to the properties?

perl closures subclass

How to pass both variables and files to a perl -p -e command

perl file shell unix

How can I add a prefix to all filenames under a directory?

perl file batch-rename

Split on unicode char leaves a trailing REPLACEMENT CHARACTER on split string

`last` while reading file from external command crashes perl

perl sigpipe

Can't use string ("Server1") as a SCALAR ref while "strict refs" in use

perl

how to change chmod of directories in path

linux perl

Splitting very long (4GB) string with new lines

bash perl sed

Malformed UTF-8 character (fatal) at C:/Strawberry/perl/lib/Carp.pm line 324

perl utf-8

How to extract coding between two tags using RegEx in perlscript

perl