Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [perl]

Ask Question

Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports.

228 questions
Filter by
Sorted by
Tagged with
2votes
0answers
77views

zoxide is a replacement forcd that allows fuzzy matching against commonly accessed directories (e.g., ...
404 Name Not Found's user avatar
6votes
1answer
111views

The following function searches for disks whose partitions all have an attribute that match a filter when listed withlsblk. Comments are in TomDoc format....
mikeLundquist's user avatar
4votes
1answer
104views

The following function filters and formats/etc/fstab for future use. Comments are in TomDoc format....
mikeLundquist's user avatar
5votes
1answer
530views

I often find myself working with files I get from other users that mostly work on Windows machines (I, myself, am on a macOS) and they tend to name their files in all sorts of (weird & difficult ...
baduker's user avatar
  • 1,378
6votes
2answers
783views

My work has an isolated network that developers write applications to run inside of. These developers often write Python code. This Python code often requires modules from the Python Package Index (...
Erin S.'s user avatar
5votes
1answer
190views

This is an ongoing project that has undergone a major update to speed up list processing. Here is the homepage for anyone interested.It processes lists defined in ...
T145's user avatar
  • 3,159
5votes
0answers
210views

I have this Perl module project.My implementation of the Dijkstra's algorithm follows:...
coderodde's user avatar
5votes
1answer
108views

This is my very first data structure written in Perl for a d-ary heap:...
coderodde's user avatar
4votes
2answers
169views

I have this program for tagging directories and switching between the folders via tags. The front end is written in Bash (version 4.4.23) and the back end in Perl (5.26.1).Critique requestSince this ...
coderodde's user avatar
7votes
1answer
800views

I am using the following one-liner to remove duplicate non-empty lines without sorting:perl -ne 'if ( /^\s*$/ ) { print } else { print if ! $x{$_}++}'Empty (...
Ahmad Ismail's user avatar
5votes
1answer
501views

DescriptionThis script takes any domain input from STDIN and converts unicode domains into punycode.FeaturesAny domains that throw an error get ignored.When fed any ASCII domains, they just pass ...
T145's user avatar
  • 3,159
3votes
2answers
206views

I am trying to make a DDoS code, and here's what I have so far. I am trying to make it more efficient and powerful, just for testing purposes. I'm new, and I was wondering if I could do that. Is ...
zAndrewi's user avatar
8votes
1answer
380views

I have written a script which does parsing to the input file and take out some values from them with respect to the node and print the data accordingly.Below is my script, and it works as expected:<...
vkk05's user avatar
9votes
1answer
347views

I wanted to make a script that would parse a main file (withint main()) look in its#include "..." local headers, and ...
milanHrabos's user avatar
12votes
4answers
3kviews

I wrote a simple transpiler (that may be a bit of a stretch) in perl to cut down on some boiler plate code.I'm very new to perl, this being maybe my third ever project in it. My main question would ...
Shipof123's user avatar

153050per page
1
2345
16

Hot Network Questions

more hot questions
Newest perl questions feed

[8]ページ先頭

©2009-2025 Movatter.jp