Sponsored Content
Full Discussion: Nice YouTube Videos
The Lounge What is on Your Mind? Nice YouTube Videos Post 302370968 by sparcguy on Friday 13th of November 2009 09:24:28 PM
Old 11-13-2009
Nice YouTube Videos

What are they doing? Smilie


---------- Post updated 11-14-09 at 10:24 AM ---------- Previous update was 11-13-09 at 04:53 PM ----------

Heard of them? Who's them? Smilie

Totally Hidden Extreme Magic (1/6)


Totally Hidden Extreme Magic (2/6)


Totally Hidden Extreme Magic (3/6)


Totally Hidden Extreme Magic (4/6)


Totally Hidden Extreme Magic (5/6)


Totally Hidden Extreme Magic (6/6)
 

4 More Discussions You Might Find Interesting

1. Programming

nice command and nice() system call

Hi I want to implement the nice command in the shell that I am building. I came to know that there is a corresponding nice() system call for the same. But since I will be forking different processes to run different commands typed on the command prompt, is there any way I can make a command... (2 Replies)
Discussion started by: tejbuch
2 Replies

2. Shell Programming and Scripting

training videos

Dear Experts, I just want any web site from where i can download free or i can buy a full trainning video of unix shell programming. Can any body tell me the good video CBT for unic shell scripting. Regards, SHARY (1 Reply)
Discussion started by: shary
1 Replies

3. What is on Your Mind?

videos

hiya guys :p RUmdWdEgHgk Zz-DJr1Qs54 6Ejga4kJUts (1 Reply)
Discussion started by: sparcguy
1 Replies

4. What is on Your Mind?

Need the Linux Kongress Videos

Is there any way to view the Linux Kongress videos ? Are there any recordings of it or any blog posts of what is described ? (0 Replies)
Discussion started by: sreyan32
0 Replies
PPI::Token::Magic(3pm)					User Contributed Perl Documentation				    PPI::Token::Magic(3pm)

NAME
PPI::Token::Magic - Tokens representing magic variables INHERITANCE
PPI::Token::Magic isa PPI::Token::Symbol isa PPI::Token isa PPI::Element SYNOPSIS
# When we say magic variables, we mean these... $1 $2 $3 $4 $5 $6 $7 $8 $9 $_ $& $` $' $+ @+ %+ $* $. $/ $| $\ $" $; $% $= $- @- %- $) $# $~ $^ $: $? $! %! $@ $$ $< $> $( $0 $[ $] @_ @* $} $, $#+ $#- $^L $^A $^E $^C $^D $^F $^H $^I $^M $^N $^O $^P $^R $^S $^T $^V $^W $^X DESCRIPTION
"PPI::Token::Magic" is a sub-class of PPI::Token::Symbol which identifies the token as "magic variable", one of the strange and unusual variables that are connected to "things" behind the scenes. Some are extremely common, like $_, and others you will quite probably never encounter in your Perl career. METHODS
The class provides no additional methods, beyond those provided by it's PPI::Token::Symbol, PPI::Token and PPI::Element. SUPPORT
See the support section in the main module. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.10.1 2011-02-26 PPI::Token::Magic(3pm)
All times are GMT -4. The time now is 06:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy