logo

perl

 



Advanced Search  

Results 1-10 of about 1541 for the perl  (0.010 sec)
All tags  

omega0

I found a use for the Acme::Don't module today.  It was easier to comment out a large block of code with it than pod.

Tags: perl

Posts by omega0 tagged perl 
http://omega0.livejournal.com/243880.html      (Cached)   0 links
Published: 8 months, 1 week ago (Thu, 30 Oct 2008 18:00:17 PDT); 122 bytes
omega0


almost8hours

Диапазон прямых номеров Интертелеком

Originally published at STEREO.org.ua . Please leave any comments there. Интертелеком - единственный украинский телефонный оператор, который не скрывает от абонента его собственный номер. Можно...“в одну строку” и прогнал его по всему номерному пространству 8-094-xxxxxxx с шагом в 5000 номеров чтобы получить список диапазонов всех прямых номеров оператора. Read the rest of this entry »

Tags: Интернет internet security privacy Киев по-русски Мобильная-связь mobile perl Прямой-номер unix Коммуникации telecoms on the web

Posts by almost8hours tagged perl 
http://almost8hours.livejournal.com/73064.html      (Cached)   0 links
Published: 8 months, 1 week ago (Thu, 30 Oct 2008 09:46:24 PDT); 2388 bytes
almost8hours


popefelix

[GEEKY] Fuck, fuck, FUCK!

Just had a fifteen minute phone interview for a Perl telecommute gig. Out of Mahomet, of all places. And it went badly. In point of fact, I think I sounded like an idiot, at least when it came to Perl. In my defense, it's not something I'd ever thought about or dealt with: So the way I create constructors in Perl is pulled directly from perltoot : sub new { my $proto = shift; my $class...

Tags: perl i need a fucking steady job already job stuff geeky

Posts by popefelix tagged perl 
http://popefelix.livejournal.com/570612.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Tue, 28 Oct 2008 16:08:37 PDT); 1518 bytes
popefelix


mpak666

типы

ааааа..... мля, больше получаса провозился, пока нашел ошибку в старом коде, который почему-то странно работает в новом проекте... типа бля.. perl == это блять не eq, совсем не так :)))) совсем мне этот php мозг запудрил :)

Tags: perl eq

Posts by mpak666 tagged perl 
http://mpak666.livejournal.com/392726.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Fri, 24 Oct 2008 00:48:31 PDT); 388 bytes
mpak666


neu242

Multilinje sed vha. perl

perl -pi.bak -e "s/^CREATE(.*)$AS/CREATE$1WITH ENCRYTION \n/msg" FILE.TXT Takk til http://www.wellho.net/forum/Perl-Programming/Perl-Regex-One-Liner-To-Substitute-Multiline-Text.html

Tags: sed regexp perl edb

Posts by neu242 tagged perl 
http://neu242.livejournal.com/26200.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Thu, 23 Oct 2008 05:35:36 PDT); 325 bytes
neu242


capttofu

DBD::mysql 4.009 Released

I'm pleased to announce the release of DBD::mysql 4.009! A couple fixes are included with this release: * Fix to re-enable TAKE_IMP_DATA_VERSION. Still have to ensure DBI version 1.607 or higher in the...as file: $CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.009.tar.gz size: 125168 bytes md5: 1115dcc2560191bfaed09baf6aa7e183 Found at: http://search.cpan.org/~capttofu/DBD-mysql-4.009/ Enjoy

Tags: perl dbd::mysql

Posts by capttofu tagged perl 
http://capttofu.livejournal.com/13993.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Wed, 22 Oct 2008 09:02:45 PDT); 947 bytes
capttofu


foxweb

Про скелеты и демонов

На курсе четвёртом был у нас предмет "Программирование в сетях". Там мы изучали Perl. Была одна лекция на тему "Скелет демона*". Сегодня проектирую систему мониторинга веб-серверов из трёх разных датацентров со сбором статистики доступности и рассылкой СМС. Сцуко, наконец-то почувствовал себя настоящим инженером — Повелитем Высоконагруженных Информационных Систем! :)) Решил писать на Perl. Там как...

Tags: perl демон unix скелет

Posts by foxweb tagged perl 
http://foxweb.livejournal.com/96000.html      (Cached)   0 links
Published: 8 months, 2 weeks ago (Wed, 22 Oct 2008 08:03:32 PDT); 1363 bytes
foxweb


what_me

Загрузка видео с youtube, rutube и подобных

slobin на лиспе написал программу , помогающую скачать видеоролики с популярных видеосервисов Почти то же самое на Пёрл: # !/usr/bin/perl -- # Look at http://slobin.pp.ru/newlisp/ownload.html for comments use strict ; use LWP ::UserAgent; my % services = ( 'http://cs.videosaver.ru/xurl/' => 'href="([^"]*)"\s+title="FLV' , 'http://keepvid.com/' => ' ]*>[^...

Tags: сделай сам perl

Posts by what_me tagged perl 
http://what-me.livejournal.com/4427.html      (Cached)   0 links
Published: 8 months, 3 weeks ago (Mon, 20 Oct 2008 01:46:30 PDT); 4035 bytes
what_me


debmats

PSA

To my Perl savvy friends... I am taking Perl this semester (quick intro class - 8 weeks long) and I may be sending out SOS's between now and December 9th. Thanks =)

Tags: psa perl

Posts by debmats tagged perl 
http://debmats.livejournal.com/361348.html      (Cached)   0 links
Published: 8 months, 3 weeks ago (Sun, 19 Oct 2008 14:10:19 PDT); 186 bytes
debmats


shlomif_tech

Three Tips: Perl with Vim, Subversion Problem and mailto: links in Firefox

First of all, my home-site's back and you're gonna be in trouble ! Otherwise, this entry contains three technical tips that I collected recently: Perl and Vim - sometimes one encounters a case where he needs to handle many errors in his Perl script. I encountered a similar case, when I had to work on a script that was written without "use strict;" and "use warnings;" and shouted at...

Tags: noscript tip apache perl firefox errors mailto subversion quickfix vim technical tips tech tips tips

Posts by shlomif_tech tagged perl 
http://community.livejournal.com/shlomif_tech/16883.html      (Cached)   0 links
Published: 8 months, 3 weeks ago (Sun, 19 Oct 2008 03:01:01 PDT); 2114 bytes
shlomif_tech

Related tags

Programming
Work
Tech
Программизм
Linux
Catalyst
Php
Code
Программирование
Geek
Python
Ruby
Computers
Cpan
Mysql
Unix
Java
Hacking
Работа
Fun


Perle
Perls
Perles
Perl Programming
Perl Script
Perl Development
Programming Perl
May Perl
Perle Di Saggezza
Мониторинг Freebsd Online Perl Cgi
Perl Python Programming
Perl Gd Datetime
Perl Programming Functional-Programming
Perl Dialect
Perl Programming Language
Perl Module
Perl Programming Languag
Perl Yapc Yapcna Yapcna2008 Larry Larryw
Hamburg Meine Perle
Perl Community

 

Result Page: 1 2 3 4 5 6 7 8 9  for perl

Advanced Search  
 
Copyright © 2005 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com