Help for this page

Select Code to Download


  1. or download this
    use Receipt::TextOnly;
    print '#output: '.UNIVERSAL::isa('Receipt::TextOnly','Receipt')."\n";
    print '#output: '.UNIVERSAL::can('Receipt::TextOnly','render')."\n";
    #output: 1
    #output: CODE(0x84baf38)
    
  2. or download this
    use Receipt;
    print '#output: '.UNIVERSAL::isa('Receipt::TextOnly','Receipt')."\n";
    print '#output: '.UNIVERSAL::can('Receipt::TextOnly','render')."\n";
    #output:
    #output: