p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/perl5/vendor_perl/Pod/Simple/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/share/perl5/vendor_perl/Pod/Simple/TiedOutFH.pm
use strict;
package Pod::Simple::TiedOutFH;
use Symbol ('gensym');
use Carp ();
use vars qw($VERSION );
$VERSION = '3.28';

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

sub handle_on { # some horrible frightening things are encapsulated in here
  my $class = shift;
  $class = ref($class) || $class;
  
  Carp::croak "Usage: ${class}->handle_on(\$somescalar)" unless @_;
  
  my $x = (defined($_[0]) and ref($_[0]))
    ? $_[0]
    : ( \( $_[0] ) )[0]
  ;
  $$x = '' unless defined $$x;
  
  #Pod::Simple::DEBUG and print "New $class handle on $x = \"$$x\"\n";
  
  my $new = gensym();
  tie *$new, $class, $x;
  return $new;
}

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

sub TIEHANDLE {  # Ties to just a scalar ref
  my($class, $scalar_ref) = @_;
  $$scalar_ref = '' unless defined $$scalar_ref;
  return bless \$scalar_ref,  ref($class) || $class;
}

sub PRINT {
  my $it = shift;
  foreach my $x (@_) { $$$it .= $x }

  #Pod::Simple::DEBUG > 10 and print " appended to $$it = \"$$$it\"\n";

  return 1;
}

sub FETCH {
  return ${$_[0]};
}

sub PRINTF {
  my $it = shift;
  my $format = shift;
  $$$it .= sprintf $format, @_;
  return 1;
}

sub FILENO { ${ $_[0] } + 100 } # just to produce SOME number

sub CLOSE { 1 }

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1;
__END__

Chole

 * 1 large red onion
 * 2 tomatillos
 * 4 or 5 roma tomatoes (optionally with the pulp discarded)
 * 1 tablespoons chopped ginger root (or more, to taste)
 * 2 tablespoons canola oil (or vegetable oil)
 
 * 1 tablespoon garam masala
 * 1/2 teaspoon red chili powder, or to taste
 * Salt, to taste (probably quite a bit)
 * 2 (15-ounce) cans chick peas or garbanzo beans, drained and rinsed
 * juice of one smallish lime
 * a dash of balsamic vinegar (to taste)
 * cooked rice, preferably long-grain white rice (whether plain,
    basmati rice, jasmine rice, or even a mild pilaf)

In a blender or food processor, puree the onions, tomatoes, tomatillos,
and ginger root.  You can even do it with a Braun hand "mixer", if you
chop things finer to start with, and work at it.

In a saucepan set over moderate heat, warm the oil until hot.

Add the puree and the balsamic vinegar, and cook, stirring occasionally,
for 20 to 40 minutes. (Cooking it longer will make it sweeter.)

Add the Garam Masala, chili powder, and cook, stirring occasionally, for
5 minutes.

Add the salt and chick peas and cook, stirring, until heated through.

Stir in the lime juice, and optionally one or two teaspoons of tahini.
You can let it simmer longer, depending on how much softer you want the
garbanzos to get.

Serve over rice, like a curry.

Yields 5 to 7 servings.


N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 19 2024 08:12:45
0 / 0
0755
BlackBox.pm
64.692 KB
May 03 2013 16:24:53
0 / 0
0644
Checker.pm
5.24 KB
May 03 2013 16:24:53
0 / 0
0644
Debug.pm
4.502 KB
May 03 2013 16:24:53
0 / 0
0644
DumpAsText.pm
3.916 KB
May 03 2013 16:24:53
0 / 0
0644
DumpAsXML.pm
4.293 KB
May 03 2013 16:24:53
0 / 0
0644
HTML.pm
32.69 KB
May 03 2013 16:24:53
0 / 0
0644
HTMLBatch.pm
39.547 KB
May 03 2013 16:24:53
0 / 0
0644
HTMLLegacy.pm
2.693 KB
January 03 2012 00:06:30
0 / 0
0644
LinkSection.pm
4.238 KB
May 03 2013 16:24:53
0 / 0
0644
Methody.pm
3.483 KB
May 03 2013 16:24:53
0 / 0
0644
Progress.pm
2.356 KB
May 03 2013 16:24:53
0 / 0
0644
PullParser.pm
24.761 KB
May 03 2013 16:24:53
0 / 0
0644
PullParserEndToken.pm
2.813 KB
May 03 2013 16:24:53
0 / 0
0644
PullParserStartToken.pm
4.045 KB
May 03 2013 16:24:53
0 / 0
0644
PullParserTextToken.pm
3.083 KB
May 03 2013 16:24:53
0 / 0
0644
PullParserToken.pm
3.893 KB
May 03 2013 16:24:53
0 / 0
0644
RTF.pm
21.144 KB
May 03 2013 16:24:53
0 / 0
0644
Search.pm
32.695 KB
May 03 2013 16:24:53
0 / 0
0644
SimpleTree.pm
4.473 KB
May 03 2013 16:24:53
0 / 0
0644
Subclassing.pod
32.328 KB
May 03 2013 16:13:11
0 / 0
0644
Text.pm
5.009 KB
May 03 2013 16:24:53
0 / 0
0644
TextContent.pm
2.481 KB
May 03 2013 16:24:53
0 / 0
0644
TiedOutFH.pm
2.673 KB
May 03 2013 16:24:53
0 / 0
0644
Transcode.pm
0.683 KB
May 03 2013 16:24:53
0 / 0
0644
TranscodeDumb.pm
1.161 KB
May 03 2013 16:24:53
0 / 0
0644
TranscodeSmart.pm
0.698 KB
May 03 2013 16:24:53
0 / 0
0644
XHTML.pm
24.934 KB
May 03 2013 16:24:53
0 / 0
0644
XMLOutStream.pm
4.857 KB
May 03 2013 16:24:53
0 / 0
0644