All pastes #393545 Raw Edit

Something

public text v1 · immutable
#393545 ·published 2007-03-13 17:24 UTC
rendered paste body
sub new {
  my $class = shift;
  my $session = shift;

.......

  my $asset = SUPER::new($session, [and other args]);
  
  ##Do special stuff here
  
  return $asset;
}