Grades 3-4: Basic Judaism

 [Full Color] MY JEWISH WORLD
An Introduction to Judaism
By Robert Thum and Susan Dworski

 [cover]
An interdisciplinary approach to the religious school curriculum, this is a holiday, life-cycle, and civics text all in one. This introductory volume is the foundation for a lifetime of Jewish involvement.

Students will find it all here:

  • The rabbi, cantor, and educator--what they do and how we interact with them
  • The synagogue, community center, senior center, and summer camp--why we go and what we do there
  • The Bible, Sefer Torah, mezuzah, and menorah--how we use them and what they mean

The fundamental building blocks of Jewish life and presented in a lively, inviting, and colorful format. The practical structure combines text, photographs, and activities, allowing the teacher to create consistently successful lessons.

#!/usr/local/bin/perl $FNAME=$ENV{DOCUMENT_ROOT}. "/dbase/products.txt"; #$FNAME="products.txt"; &behrfun($ARGV[0]); sub behrfun{ my $sku=shift; print "Content-type: text/html\n\n"; $m=&findme($sku); unless($m->{'price'}){ &errprint; } } if($m->{salep}){ printsale($m->{itemno},$m->{sku},$m->{price},$m->{salep}); }else{ printresult($m->{itemno},$m->{sku},$m->{price},$m->{salep}); } sub errprint{ print "[Error: Price not found]\n"; } sub findme{ my $sku=shift; my $f; my @j; open (FHAN,"<$FNAME") or print "can't open file"; $k=; # @j=split(/\t/,$k); # foreach $i (0..30){ # print "$i: $j[$i]\n"; # } while(){ @j=split(/\t/); if($j[15] eq $sku){ $f= { 'itemno' => $. - 2, 'price' => $j[1], 'salep' => $j[2], 'sku' => $j[15] }; close(FHAN); return $f; } } close(FHAN); } sub printresult{ my($itemnum,$sku,$price,$saleprice)=@_; print<\$$price  [ORDER THIS]
($sku)
BLAH } sub printsale{ my($itemnum,$sku,$price,$saleprice)=@_; print<\$$price On Sale! \$$saleprice  [ORDER THIS]
($sku)
BLAH }

Teacher's Guide
#!/usr/local/bin/perl $FNAME=$ENV{DOCUMENT_ROOT}. "/dbase/products.txt"; #$FNAME="products.txt"; &behrfun($ARGV[0]); sub behrfun{ my $sku=shift; print "Content-type: text/html\n\n"; $m=&findme($sku); unless($m->{'price'}){ &errprint; } } if($m->{salep}){ printsale($m->{itemno},$m->{sku},$m->{price},$m->{salep}); }else{ printresult($m->{itemno},$m->{sku},$m->{price},$m->{salep}); } sub errprint{ print "[Error: Price not found]\n"; } sub findme{ my $sku=shift; my $f; my @j; open (FHAN,"<$FNAME") or print "can't open file"; $k=; # @j=split(/\t/,$k); # foreach $i (0..30){ # print "$i: $j[$i]\n"; # } while(){ @j=split(/\t/); if($j[15] eq $sku){ $f= { 'itemno' => $. - 2, 'price' => $j[1], 'salep' => $j[2], 'sku' => $j[15] }; close(FHAN); return $f; } } close(FHAN); } sub printresult{ my($itemnum,$sku,$price,$saleprice)=@_; print<\$$price  [ORDER THIS]
($sku)
BLAH } sub printsale{ my($itemnum,$sku,$price,$saleprice)=@_; print<\$$price On Sale! \$$saleprice  [ORDER THIS]
($sku)
BLAH }



If you do not wish to order this title online, or you need more information call: 800-221-2755 or fax: 973-379-7280




© 2010 Behrman House, Inc., Springfield, NJ. (800) 221-2755
Home | Privacy Policy| Contact Us