Forum: Adobe Flex
09-06-2012, 09:46 PM
|
|
Replies: 1
Views: 1,962
Tabbed Youtube Widget
where I work they use Flex, and I'm a newbie programmer! I work on another side of the business, but occasionally I need to do some light flex stuff. If anyone could help me out that would be...
|
Forum: Perl/ CGI
07-17-2007, 10:14 PM
|
|
Replies: 7
Views: 866
|
Forum: Perl/ CGI
07-17-2007, 10:04 PM
|
|
Replies: 7
Views: 866
#!/usr/bin/perl -w
use strict;
use...
#!/usr/bin/perl -w
use strict;
use Algorithm::Loops 'NestedLoops'; #Google this... speeds up creation
my $range = 1000; #For progress output optimization
my $counter = 0; #Variable for...
|
Forum: Perl/ CGI
07-17-2007, 09:46 PM
|
|
Replies: 7
Views: 866
Perl help...
I have a program that makes all possible letter combinations, just something for fun, but what i run into is that the output to a text file and the output is in the following format:
a b c d
a b...
|