Help for this page

Select Code to Download


  1. or download this
    main,U:\develsv\ARTS\playground\callertest.pl,16,main::f,1,,,,2,UUUUUU
    +UUUUU
    
  2. or download this
     perl -lwe 'sub a{print((caller 0)[3])};sub b{a()};sub c{b()}; c'
    
  3. or download this
     perl -lwe 'sub a{print((caller 1)[3])};sub b{a()};sub c{b()}; c'
    
  4. or download this
     perl -lwe 'sub a{print((caller 2)[3])};sub b{a()};sub c{b()}; c'
    
  5. or download this
     perl -lwe 'sub a{print((caller 3)[3])};sub b{a()};sub c{b()}; c'